Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

fix(deps): update module github.com/caarlos0/env/v11 to v11.4.1 - #507

Closed
renovate[bot] wants to merge 981 commits into
mainfrom
renovate/github.com-caarlos0-env-v11-11.x
Closed

fix(deps): update module github.com/caarlos0/env/v11 to v11.4.1#507
renovate[bot] wants to merge 981 commits into
mainfrom
renovate/github.com-caarlos0-env-v11-11.x

Conversation

@renovate

@renovate renovate Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/caarlos0/env/v11 v11.4.0v11.4.1 age confidence

Release Notes

caarlos0/env (github.com/caarlos0/env/v11)

v11.4.1

Compare Source

Changelog

Bug fixes
Documentation updates
Other work

Released with GoReleaser Pro!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

RoseSecurity and others added 30 commits January 16, 2026 08:01
chore(deps): update dependency go to v1.25.6
chore(deps): update golang:alpine docker digest to d9b2e14
chore(deps): update actions/checkout action to v6.0.2
…on-digest

chore(deps): update github/codeql-action digest to 19b2f06
…on-4.x

chore(deps): update github/codeql-action action to v4.31.11
…en-runner-2.x

chore(deps): update step-security/harden-runner action to v2.14.1
…on-digest

chore(deps): update github/codeql-action digest to b20883b
…rp-copywrite-0.x

fix(deps): update module github.com/hashicorp/copywrite to v0.23.0
chore(deps): update alpine docker tag to v3.23.3
…n-3.x

chore(deps): update docker/login-action action to v3.7.0
…rp-copywrite-0.x

fix(deps): update module github.com/hashicorp/copywrite to v0.24.0
…vscode-devcontainers-base-debian

chore(deps): update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to 0fea8c4
chore(deps): update golang:alpine docker digest to 98e6cff
Add a check for HTTP status codes when fetching the latest release
version. Now returns a clear error if the response is not 200 OK,
improving error reporting and robustness.
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 22b8251 to de98dfb Compare May 28, 2026 00:53
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from de98dfb to 14e4659 Compare June 2, 2026 14:32
dependabot Bot and others added 2 commits June 2, 2026 19:38
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 14e4659 to 3428249 Compare June 2, 2026 21:32
dependabot Bot and others added 2 commits June 4, 2026 14:33
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.36.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.35.3...8aad20d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub/codeql-action-4.36.2

build(deps): bump github/codeql-action from 4.35.3 to 4.36.2
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 3428249 to 512b53b Compare June 4, 2026 14:59
Add tools/go.mod and tools/go.sum to track tool dependencies
(e.g. golangci-lint) used for repository linting and tooling.
Update tools/tools.go go:generate to run golangci-lint from the
repository root to ensure the tool runs across the module.

Change Makefile default target to 'help' to avoid accidental
builds and provide a discoverable entrypoint. Minor docs
whitespace cleanup for several generated CLI docs.
Add "default" to .PHONY in the Makefile.

Prune many unused/indirect modules from go.mod and update go.sum
accordingly. Add/update a small set of indirect modules
(dario.cat/mergo, github.com/kr/pretty, golang.org/x/net) and bump
a few transitive modules (go-git v5.18.0, golang.org/x/crypto
v0.50.0, rogpeppe/go-internal). This reduces module noise and
addresses goreleaser CI failures caused by a polluted module graph.
chore: add tools module and fix build targets
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 512b53b to 0bbc706 Compare June 4, 2026 15:21
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 0bbc706 to 5a34a28 Compare June 4, 2026 15:59
Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula
(pinned to a specific commit / v7). Update the workflow input from
formula-name/formula-path to the single `formula` key and remove the
now-unnecessary COMMITTER_TOKEN env entry.
chore(homebrew): use updated homebrew bump action
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from 5a34a28 to c26f416 Compare June 4, 2026 16:14
RoseSecurity and others added 3 commits June 5, 2026 09:01
- Use github.com/golangci/golangci-lint/v2 v2.12.2 in tools/go.mod.
- Update tools/tools.go import to the v2 module path.
- Bump and sync numerous indirect tool dependency versions in
  tools/go.mod and update tools/go.sum accordingly.
- Refresh tools module dependencies (go mod tidy / sync).
chore(deps): upgrade golangci-lint to v2
@renovate
renovate Bot force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from c26f416 to d9b0a12 Compare June 5, 2026 13:13
@RoseSecurity
RoseSecurity force-pushed the renovate/github.com-caarlos0-env-v11-11.x branch from d9b0a12 to 9733b8d Compare June 8, 2026 04:01
@renovate

renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v11.4.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/github.com-caarlos0-env-v11-11.x branch June 8, 2026 04:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants