This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | image-name | patch | `v2.4.5` -> `v2.4.6` |
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.4.6`](https://github.com/goreleaser/goreleaser/releases/tag/v2.4.6)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.4.5...v2.4.6)
##### Changelog
##### Bug fixes
- [`fac5e48`](https://github.com/goreleaser/goreleaser/commit/fac5e48c77d15a9094485a613020cae0c9e10cc7): fix: URL escape tags in github, gitlab, and gitea ([#​5283](https://github.com/goreleaser/goreleaser/issues/5283)) ([@​caarlos0](https://github.com/caarlos0))
- [`c65b225`](https://github.com/goreleaser/goreleaser/commit/c65b2258cb34ef66d0ce0e00b4497836edfb9eb5): fix: pass context.Context to HTTP requests ([#​5289](https://github.com/goreleaser/goreleaser/issues/5289)) ([@​alexandear](https://github.com/alexandear))
- [`ede5a9f`](https://github.com/goreleaser/goreleaser/commit/ede5a9fea6f0eab1c100764611ad2520032d3dbe): fix: typo in the git SSH command constant ([#​5287](https://github.com/goreleaser/goreleaser/issues/5287)) ([@​alexandear](https://github.com/alexandear))
##### Dependency updates
- [`30d5eec`](https://github.com/goreleaser/goreleaser/commit/30d5eec279a655006234207302370874f5f6af2e): chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0 ([#​5285](https://github.com/goreleaser/goreleaser/issues/5285)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`9167698`](https://github.com/goreleaser/goreleaser/commit/916769893efb053bd8d418d72d606473dda27143): chore(deps): bump github/codeql-action from 3.27.3 to 3.27.4 ([#​5284](https://github.com/goreleaser/goreleaser/issues/5284)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`cd1c5fb`](https://github.com/goreleaser/goreleaser/commit/cd1c5fb9928399c38729533e053c99897dc96a86): chore(deps): update nfpm to v2.41.1 ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`9b3b1e4`](https://github.com/goreleaser/goreleaser/commit/9b3b1e4b06de75a1a863c69d0c4931e70b908ac2): docs: fix static/run script signature check on nightlies ([@​caarlos0](https://github.com/caarlos0))
##### Build process updates
- [`2bf08f1`](https://github.com/goreleaser/goreleaser/commit/2bf08f11a640c4ffe50d5cb194d2ba1b7a27582c): ci: run build/test workflow on windows too ([#​5263](https://github.com/goreleaser/goreleaser/issues/5263)) ([@​caarlos0](https://github.com/caarlos0))
- [`bc32cd6`](https://github.com/goreleaser/goreleaser/commit/bc32cd6fbfd74d4ff5edd68926c4eea3ed434a71): ci: update golangci-lint to v1.62 ([#​5288](https://github.com/goreleaser/goreleaser/issues/5288)) ([@​alexandear](https://github.com/alexandear))
##### Other work
- [`0832d81`](https://github.com/goreleaser/goreleaser/commit/0832d81c2d6ab4a2a4535332ed2d77a449ea9df5): chore(aur): remove dead code about armv6 ([#​5280](https://github.com/goreleaser/goreleaser/issues/5280)) ([@​ldez](https://github.com/ldez))
- [`82fd112`](https://github.com/goreleaser/goreleaser/commit/82fd112f7774669e5997a9e7513274686ddd6cdc): chore: auto-update generated files ([@​actions-user](https://github.com/actions-user))
- [`696bd71`](https://github.com/goreleaser/goreleaser/commit/696bd7114354f68d62aab0872c93c32cf1d7b469): chore: update ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v2.4.5...v2.4.6
##### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
##### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
</details>
---
### Configuration
📅 **Schedule**: 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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
v2.4.5->v2.4.6Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.4.6Compare Source
Changelog
Bug fixes
fac5e48: fix: URL escape tags in github, gitlab, and gitea (#5283) (@caarlos0)c65b225: fix: pass context.Context to HTTP requests (#5289) (@alexandear)ede5a9f: fix: typo in the git SSH command constant (#5287) (@alexandear)Dependency updates
30d5eec: chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0 (#5285) (@dependabot[bot])9167698: chore(deps): bump github/codeql-action from 3.27.3 to 3.27.4 (#5284) (@dependabot[bot])cd1c5fb: chore(deps): update nfpm to v2.41.1 (@caarlos0)Documentation updates
9b3b1e4: docs: fix static/run script signature check on nightlies (@caarlos0)Build process updates
2bf08f1: ci: run build/test workflow on windows too (#5263) (@caarlos0)bc32cd6: ci: update golangci-lint to v1.62 (#5288) (@alexandear)Other work
0832d81: chore(aur): remove dead code about armv6 (#5280) (@ldez)82fd112: chore: auto-update generated files (@actions-user)696bd71: chore: update (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.4.5...v2.4.6
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
Configuration
📅 Schedule: 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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #4