This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | patch | `v5.0.0` -> `v5.0.1` |
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.0.0` -> `v6.1.0` |
| [docker/login-action](https://github.com/docker/login-action) | action | minor | `v3.5.0` -> `v3.6.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | action | minor | `v3.6.0` -> `v3.7.0` |
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | | minor | `v2.12.2` -> `v2.13.2` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5.0.1`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v501)
[Compare Source](https://github.com/actions/checkout/compare/v5.0.0...v5.0.1)
- Port v6 cleanup to v5 by [@​ericsciple](https://github.com/ericsciple) in [#​2301](https://github.com/actions/checkout/pull/2301)
</details>
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
### [`v6.1.0`](https://github.com/actions/setup-go/releases/tag/v6.1.0)
[Compare Source](https://github.com/actions/setup-go/compare/v6.0.0...v6.1.0)
##### What's Changed
##### Enhancements
- Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by [@​nicholasngai](https://github.com/nicholasngai) in [#​665](https://github.com/actions/setup-go/pull/665)
- Add support for .tool-versions file and update workflow by [@​priya-kinthali](https://github.com/priya-kinthali) in [#​673](https://github.com/actions/setup-go/pull/673)
- Add comprehensive breaking changes documentation for v6 by [@​mahabaleshwars](https://github.com/mahabaleshwars) in [#​674](https://github.com/actions/setup-go/pull/674)
##### Dependency updates
- Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by [@​dependabot](https://github.com/dependabot) in [#​617](https://github.com/actions/setup-go/pull/617)
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@​dependabot](https://github.com/dependabot) in [#​641](https://github.com/actions/setup-go/pull/641)
- Upgrade semver and [@​types/semver](https://github.com/types/semver) by [@​dependabot](https://github.com/dependabot) in [#​652](https://github.com/actions/setup-go/pull/652)
##### New Contributors
- [@​nicholasngai](https://github.com/nicholasngai) made their first contribution in [#​665](https://github.com/actions/setup-go/pull/665)
- [@​priya-kinthali](https://github.com/priya-kinthali) made their first contribution in [#​673](https://github.com/actions/setup-go/pull/673)
- [@​mahabaleshwars](https://github.com/mahabaleshwars) made their first contribution in [#​674](https://github.com/actions/setup-go/pull/674)
**Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.1.0>
</details>
<details>
<summary>docker/login-action (docker/login-action)</summary>
### [`v3.6.0`](https://github.com/docker/login-action/releases/tag/v3.6.0)
[Compare Source](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0)
- Add `registry-auth` input for raw authentication to registries by [@​crazy-max](https://github.com/crazy-max) in [#​887](https://github.com/docker/login-action/pull/887)
- Bump [@​aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.890.0 in [#​882](https://github.com/docker/login-action/pull/882) [#​890](https://github.com/docker/login-action/pull/890)
- Bump [@​aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.890.0 in [#​882](https://github.com/docker/login-action/pull/882) [#​890](https://github.com/docker/login-action/pull/890)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#​883](https://github.com/docker/login-action/pull/883)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#​880](https://github.com/docker/login-action/pull/880)
- Bump undici from 5.28.4 to 5.29.0 in [#​879](https://github.com/docker/login-action/pull/879)
- Bump tmp from 0.2.3 to 0.2.4 in [#​881](https://github.com/docker/login-action/pull/881)
**Full Changelog**: <https://github.com/docker/login-action/compare/v3.5.0...v3.6.0>
</details>
<details>
<summary>docker/setup-qemu-action (docker/setup-qemu-action)</summary>
### [`v3.7.0`](https://github.com/docker/setup-qemu-action/releases/tag/v3.7.0)
[Compare Source](https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.67.0 in [#​217](https://github.com/docker/setup-qemu-action/pull/217) [#​230](https://github.com/docker/setup-qemu-action/pull/230)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#​220](https://github.com/docker/setup-qemu-action/pull/220)
- Bump form-data from 2.5.1 to 2.5.5 in [#​218](https://github.com/docker/setup-qemu-action/pull/218)
- Bump tmp from 0.2.3 to 0.2.4 in [#​221](https://github.com/docker/setup-qemu-action/pull/221)
- Bump undici from 5.28.4 to 5.29.0 in [#​219](https://github.com/docker/setup-qemu-action/pull/219)
**Full Changelog**: <https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0>
</details>
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.13.2`](https://github.com/goreleaser/goreleaser/releases/tag/v2.13.2)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.13.1...v2.13.2)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.13](https://goreleaser.com/blog/goreleaser-v2.13/).
#### Changelog
##### Bug fixes
- [`60acec8`](https://github.com/goreleaser/goreleaser/commit/60acec88cc82c56fcab8bb2c16a2fd4588051a22): fix(mcp): always use current schema url ([#​6300](https://github.com/goreleaser/goreleaser/issues/6300)) ([@​tjhop](https://github.com/tjhop))
- [`5b21af9`](https://github.com/goreleaser/goreleaser/commit/5b21af93b21288a443dbf07a31aa0f9ab9a99525): fix(deps): move to go.yaml.in/yaml ([#​6298](https://github.com/goreleaser/goreleaser/issues/6298)) ([@​caarlos0](https://github.com/caarlos0))
- [`83e3924`](https://github.com/goreleaser/goreleaser/commit/83e39243fa09663a7405ec6dcab66bec5af36ca4): fix(deps): update fang, log, lipgloss ([#​6312](https://github.com/goreleaser/goreleaser/issues/6312)) ([@​caarlos0](https://github.com/caarlos0))
- [`e91e184`](https://github.com/goreleaser/goreleaser/commit/e91e18452d00ffc8ffb578df005f3274d340f660): fix(deps): update go-github, add one more test ([#​6294](https://github.com/goreleaser/goreleaser/issues/6294)) ([@​caarlos0](https://github.com/caarlos0))
- [`2731dca`](https://github.com/goreleaser/goreleaser/commit/2731dca113c7cb36616453ace7379313fee9dced): fix(deps): use quill fork ([#​6310](https://github.com/goreleaser/goreleaser/issues/6310)) ([@​caarlos0](https://github.com/caarlos0))
- [`660ec29`](https://github.com/goreleaser/goreleaser/commit/660ec296d05557e8977dd989fdbd3f116e7531aa): fix(nix): use stdenvNoCC.hostPlatform.system instead of deprecated system parameter ([#​6316](https://github.com/goreleaser/goreleaser/issues/6316)) ([@​djvcom](https://github.com/djvcom))
- [`7f181b2`](https://github.com/goreleaser/goreleaser/commit/7f181b2c28b0611b22d5c8feefbced256d170e02): fix: build with latest cosign ([#​6293](https://github.com/goreleaser/goreleaser/issues/6293)) ([@​caarlos0](https://github.com/caarlos0))
- [`16e3bba`](https://github.com/goreleaser/goreleaser/commit/16e3bba54c58bc7e0bafea9c19fafc55aeb2a1e4): fix: lint ([@​caarlos0](https://github.com/caarlos0))
- [`621a88b`](https://github.com/goreleaser/goreleaser/commit/621a88ba69fac32fa7d14e671681ec3df74a8a48): fix: run script ([#​6290](https://github.com/goreleaser/goreleaser/issues/6290)) ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`998b055`](https://github.com/goreleaser/goreleaser/commit/998b0555631ccf7823ffcbd0ed5a415d52806a91): docs(deps): bump mkdocs-material from 9.7.0 to 9.7.1 in /www in the docs group ([#​6302](https://github.com/goreleaser/goreleaser/issues/6302)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`d63e5ff`](https://github.com/goreleaser/goreleaser/commit/d63e5ff1e7a2a1a38e4b711ef7335bd061fc314d): docs: fix formatting ([@​caarlos0](https://github.com/caarlos0))
- [`0e9a863`](https://github.com/goreleaser/goreleaser/commit/0e9a86307c515f9f6cd1acac7b2b087b4975228a): docs: fix typo in notarize.md regarding certificate export ([#​6306](https://github.com/goreleaser/goreleaser/issues/6306)) ([@​meysam81](https://github.com/meysam81))
##### Other work
- [`196a161`](https://github.com/goreleaser/goreleaser/commit/196a161b7a4ee36f2da26dc913e2c7da9620acfc): chore: svu.yaml ([@​caarlos0](https://github.com/caarlos0))
- [`df4fc11`](https://github.com/goreleaser/goreleaser/commit/df4fc115e5a7e76494941baac43803fc05e2667c): ci(deps): bump the actions group with 7 updates ([#​6304](https://github.com/goreleaser/goreleaser/issues/6304)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`14d27ae`](https://github.com/goreleaser/goreleaser/commit/14d27aeb6325603a87f5e6f70fa68da2f4ffb080): ci(deps): bump the actions group with 8 updates ([#​6297](https://github.com/goreleaser/goreleaser/issues/6297)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.13.1...v2.13.2>
#### 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>
### [`v2.13.1`](https://github.com/goreleaser/goreleaser/releases/tag/v2.13.1)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.13.0...v2.13.1)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.13](https://goreleaser.com/blog/goreleaser-v2.13/).
#### Changelog
##### Security updates
- [`9d07987`](https://github.com/goreleaser/goreleaser/commit/9d07987ccb4b7e49a59b2fd23318708541ff29e7): sec: update to go 1.25.5 ([@​caarlos0](https://github.com/caarlos0))
##### Bug fixes
- [`694eec5`](https://github.com/goreleaser/goreleaser/commit/694eec53d383cef635b9c29ee04308b171f09bdd): fix(github): improve create/update file ([#​6280](https://github.com/goreleaser/goreleaser/issues/6280)) ([@​caarlos0](https://github.com/caarlos0))
- [`311253b`](https://github.com/goreleaser/goreleaser/commit/311253b610d049e5abb8c7b21c84002e47939946): fix(ko): do not fail if docker daemon not available ([@​caarlos0](https://github.com/caarlos0))
- [`3f07552`](https://github.com/goreleaser/goreleaser/commit/3f07552ca421e670339686dbf1b6f2b368fc1b55): fix(mcp): its actually the committee mcp registry ([#​6283](https://github.com/goreleaser/goreleaser/issues/6283)) ([@​caarlos0](https://github.com/caarlos0))
- [`0b98d10`](https://github.com/goreleaser/goreleaser/commit/0b98d10daa5ad6959ce1506d3a2c2757bec33398): fix: lint ([@​caarlos0](https://github.com/caarlos0))
- [`7d7986f`](https://github.com/goreleaser/goreleaser/commit/7d7986f072c05b96dc839d44a1632bf3196892c4): fix: update run script to new cosign signature check ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`95b9db9`](https://github.com/goreleaser/goreleaser/commit/95b9db9ee9976939e8dc70206aef3c24142d8cc6): docs: announce v2.13 ([#​6270](https://github.com/goreleaser/goreleaser/issues/6270)) ([@​caarlos0](https://github.com/caarlos0))
- [`86368f7`](https://github.com/goreleaser/goreleaser/commit/86368f777644664aeea7596b63f371a63ef3644d): docs: clarify deprecation policy ([@​caarlos0](https://github.com/caarlos0))
- [`c4fe18b`](https://github.com/goreleaser/goreleaser/commit/c4fe18bf1a624187a3512d64817954e3a95bd8a1): docs: update sign.md ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`2ea7bc9`](https://github.com/goreleaser/goreleaser/commit/2ea7bc93749daeda802ccf596edd0084eaa565ec): chore: issue templates ([@​caarlos0](https://github.com/caarlos0))
- [`4eb5b18`](https://github.com/goreleaser/goreleaser/commit/4eb5b18b739d08da0b4426480cbec207e436d8c7): chore: issue templates ([@​caarlos0](https://github.com/caarlos0))
- [`460ebca`](https://github.com/goreleaser/goreleaser/commit/460ebca54853f2d536057b721cd9f92990498b69): chore: update issue templates ([@​caarlos0](https://github.com/caarlos0))
- [`6914329`](https://github.com/goreleaser/goreleaser/commit/6914329ccebabf730d3827783d6cb7ceba414fd7): ci(deps): bump the actions group with 4 updates ([#​6287](https://github.com/goreleaser/goreleaser/issues/6287)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`1e190b4`](https://github.com/goreleaser/goreleaser/commit/1e190b414026e40670d6ad78aa4de6127e8bf287): ci(sec): fix sbom job ([@​caarlos0](https://github.com/caarlos0))
- [`1072df2`](https://github.com/goreleaser/goreleaser/commit/1072df26287a04f74bda264ab51338b51b2d1262): ci(sec): improve sbom scan job ([@​caarlos0](https://github.com/caarlos0))
- [`bfd04a0`](https://github.com/goreleaser/goreleaser/commit/bfd04a064174cfe74c93120e702b406308cbdba8): ci(sec): periodically scan last release sboms ([#​6281](https://github.com/goreleaser/goreleaser/issues/6281)) ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.13.0...v2.13.1>
#### 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>
### [`v2.13.0`](https://github.com/goreleaser/goreleaser/releases/tag/v2.13.0)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.7...v2.13.0)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.13](https://goreleaser.com/blog/goreleaser-v2.13/).
#### Changelog
##### New Features
- [`180a7e8`](https://github.com/goreleaser/goreleaser/commit/180a7e8691850b6e129544db741efbe66f963798): feat(aur): use ${pkgver} in the URL to prevent extra diffs ([#​6231](https://github.com/goreleaser/goreleaser/issues/6231)) ([@​caarlos0](https://github.com/caarlos0))
- [`f99924b`](https://github.com/goreleaser/goreleaser/commit/f99924b443b377fe83c54084ef8a542af95b61bd): feat: add Discourse announcer ([#​6199](https://github.com/goreleaser/goreleaser/issues/6199)) ([@​FelicianoTech](https://github.com/FelicianoTech))
- [`7d0a94c`](https://github.com/goreleaser/goreleaser/commit/7d0a94c6d8dff44ec699098c51bbbd0912cc2cd4): feat: add GitHub App signed commit support ([#​6240](https://github.com/goreleaser/goreleaser/issues/6240)) ([@​Copilot](https://github.com/Copilot))
- [`2748003`](https://github.com/goreleaser/goreleaser/commit/27480036b6dd63419e8f23b5a81faf422927008a): feat: make hooks in homebrew\_casks templateable ([#​6222](https://github.com/goreleaser/goreleaser/issues/6222)) ([@​Copilot](https://github.com/Copilot))
- [`0a525ea`](https://github.com/goreleaser/goreleaser/commit/0a525ea6e29f57e5f2a60e1bd11e6d6ba551e492): feat: make hooks in homebrew\_casks templateable ([#​6222](https://github.com/goreleaser/goreleaser/issues/6222)) ([@​Copilot](https://github.com/Copilot))
- [`f6e37dd`](https://github.com/goreleaser/goreleaser/commit/f6e37dd75759ad9924e7fc8fd282d0c4a4b78cde): feat: make signs.output and docker\_signs.output templateable ([#​6220](https://github.com/goreleaser/goreleaser/issues/6220)) ([@​Copilot](https://github.com/Copilot))
- [`5a3de94`](https://github.com/goreleaser/goreleaser/commit/5a3de94e874ef18472235c37879f3d7585164cb2): feat: make signs.output and docker\_signs.output templateable ([#​6220](https://github.com/goreleaser/goreleaser/issues/6220)) ([@​Copilot](https://github.com/Copilot))
- [`5479cda`](https://github.com/goreleaser/goreleaser/commit/5479cdad18130f0032e3af6e0862a14a06bc99ec): feat: mcp publisher ([#​6234](https://github.com/goreleaser/goreleaser/issues/6234)) ([@​caarlos0](https://github.com/caarlos0))
- [`a86fca9`](https://github.com/goreleaser/goreleaser/commit/a86fca99c52061650a6d92301476aecaf3ad77f3): feat: support ko loading base image from daemon ([#​6233](https://github.com/goreleaser/goreleaser/issues/6233)) ([@​scav](https://github.com/scav))
- [`8a8bf41`](https://github.com/goreleaser/goreleaser/commit/8a8bf4143d6554f6d47249caff1687e1d254d883): feat: update Go to 1.25.4 ([#​6239](https://github.com/goreleaser/goreleaser/issues/6239)) ([@​timofurrer](https://github.com/timofurrer))
- [`d374725`](https://github.com/goreleaser/goreleaser/commit/d374725a5278018194aa4bebe25c7665d7e281cf): feat: update go to 1.25.3 ([#​6223](https://github.com/goreleaser/goreleaser/issues/6223)) ([@​caarlos0](https://github.com/caarlos0))
- [`42ac564`](https://github.com/goreleaser/goreleaser/commit/42ac5641a9b90187b0d802463394008477e67519): feat: update go to 1.25.3 ([#​6223](https://github.com/goreleaser/goreleaser/issues/6223)) ([@​caarlos0](https://github.com/caarlos0))
##### Bug fixes
- [`a5e267a`](https://github.com/goreleaser/goreleaser/commit/a5e267afe76077ca40b18fb4f5db502a3115a2dd): fix(announce): user agent should be goreleaser/v2 ([@​caarlos0](https://github.com/caarlos0))
- [`12a3492`](https://github.com/goreleaser/goreleaser/commit/12a3492f6e9b84d55cbfe28656e3ffceca1362fc): fix(aur): prerelease versions were not being properly handled ([#​6204](https://github.com/goreleaser/goreleaser/issues/6204)) ([@​caarlos0](https://github.com/caarlos0))
- [`47b3d40`](https://github.com/goreleaser/goreleaser/commit/47b3d403c88eeabea539738aa50a231fcd9e3983): fix(dockers/v2): add warning when docker buildx uses non-container driver (dockers\_v2 only) ([#​6263](https://github.com/goreleaser/goreleaser/issues/6263)) ([@​Copilot](https://github.com/Copilot))
- [`41daedd`](https://github.com/goreleaser/goreleaser/commit/41daedd3e01358c7f3f33ca270fc83f72ed4064f): fix(dockers/v2): better handle error ([@​caarlos0](https://github.com/caarlos0))
- [`de9ae24`](https://github.com/goreleaser/goreleaser/commit/de9ae24137392d5e58ba1494e37e7f82f7a276d9): fix(dockers/v2): check docker driver on healthcheck ([#​6273](https://github.com/goreleaser/goreleaser/issues/6273)) ([@​caarlos0](https://github.com/caarlos0))
- [`aaf5877`](https://github.com/goreleaser/goreleaser/commit/aaf5877eccb61607805aa64489f6513564cd0c07): fix(github): enterprise urls ([#​6261](https://github.com/goreleaser/goreleaser/issues/6261)) ([@​caarlos0](https://github.com/caarlos0))
- [`1099caa`](https://github.com/goreleaser/goreleaser/commit/1099caad30826d547dbf9ea30b111233c88a3e58): fix(github): more details if sync and create ref fail ([#​6255](https://github.com/goreleaser/goreleaser/issues/6255)) ([@​caarlos0](https://github.com/caarlos0))
- [`c3bfb5a`](https://github.com/goreleaser/goreleaser/commit/c3bfb5a5b75bd2225c5237b686853d3e85b81c28): fix(go): only add .h artifact if it exists ([#​6254](https://github.com/goreleaser/goreleaser/issues/6254)) ([@​caarlos0](https://github.com/caarlos0))
- [`0f0c1ce`](https://github.com/goreleaser/goreleaser/commit/0f0c1ce785549d1c53cdb9af2e58d527e58867f6): fix(mcp): move it all inside mcp.github ([@​caarlos0](https://github.com/caarlos0))
- [`ed61af3`](https://github.com/goreleaser/goreleaser/commit/ed61af369792b0c00a18ee057aaa2bd9660e38f5): fix(mcp): reduce tool bloat, resources, prompts ([@​caarlos0](https://github.com/caarlos0))
- [`9d40b76`](https://github.com/goreleaser/goreleaser/commit/9d40b7657c95f0c3e9e96c09c90ce632fac0e755): fix: change some bits of the config to make it easier to keep in sync ([@​caarlos0](https://github.com/caarlos0))
- [`567f022`](https://github.com/goreleaser/goreleaser/commit/567f0228ebf2e2370b3528b548cdd7c5f7383e6b): fix: dynamically use announcer names in errors ([#​6246](https://github.com/goreleaser/goreleaser/issues/6246)) ([@​FelicianoTech](https://github.com/FelicianoTech))
- [`7f5f40a`](https://github.com/goreleaser/goreleaser/commit/7f5f40a5a0cbc8ab813bcdf920cdadcfbbe42a73): fix: lint issues ([@​caarlos0](https://github.com/caarlos0))
- [`55e8dda`](https://github.com/goreleaser/goreleaser/commit/55e8dda1d6c1c2e16621c639ead8637008c4905d): fix: move stuff around in pkg/config ([@​caarlos0](https://github.com/caarlos0))
- [`8291824`](https://github.com/goreleaser/goreleaser/commit/829182463a86f108f6c1c5426322c3b423ccd0f6): fix: properly mark fields deprecated in jsonschema ([@​caarlos0](https://github.com/caarlos0))
- [`e8408f0`](https://github.com/goreleaser/goreleaser/commit/e8408f0a52c401e3870664375c298b2e00825321): fix: small config improvements ([@​caarlos0](https://github.com/caarlos0))
- [`d95f497`](https://github.com/goreleaser/goreleaser/commit/d95f49714f2d8f039e72a535f54aa3ad8cf3b1f0): fix: use v3 user-agent for Bluesky announcer ([#​6247](https://github.com/goreleaser/goreleaser/issues/6247)) ([@​FelicianoTech](https://github.com/FelicianoTech))
- [`f7fc451`](https://github.com/goreleaser/goreleaser/commit/f7fc451c468bd31b658bd74a5f991481a659cc10): fix: warn mcp experimental ([@​caarlos0](https://github.com/caarlos0))
- [`69dc9ae`](https://github.com/goreleaser/goreleaser/commit/69dc9ae55c195b87eb87c64f69eb8a4c7994485e): refactor: move mcp out of main repo ([#​6232](https://github.com/goreleaser/goreleaser/issues/6232)) ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`f9f4529`](https://github.com/goreleaser/goreleaser/commit/f9f452970ac11945e70cfd15c9bbb29e5c46ef30): docs(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /www in the docs group ([#​6242](https://github.com/goreleaser/goreleaser/issues/6242)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`140b4fe`](https://github.com/goreleaser/goreleaser/commit/140b4fe80f6915d44245504cfe3f0dbb82d1079a): docs(deps): bump mkdocs-rss-plugin from 1.17.6 to 1.17.7 in /www in the docs group ([#​6266](https://github.com/goreleaser/goreleaser/issues/6266)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`a57ccc3`](https://github.com/goreleaser/goreleaser/commit/a57ccc31f9343169a90377e16e7b40fb33881a2c): docs(deps): bump the docs group in /www with 2 updates ([#​6257](https://github.com/goreleaser/goreleaser/issues/6257)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`ae52ca2`](https://github.com/goreleaser/goreleaser/commit/ae52ca27c0338c35e7fb73c2676a667cd72115df): docs(security): update incident response document ([@​caarlos0](https://github.com/caarlos0))
- [`9e21891`](https://github.com/goreleaser/goreleaser/commit/9e21891d0e8c09273f71051d65c1287d4102d703): docs: /mcp ([@​caarlos0](https://github.com/caarlos0))
- [`a324e1d`](https://github.com/goreleaser/goreleaser/commit/a324e1dbe10a65990f17235ac11fa15131a0c8c6): docs: auto update ([@​caarlos0](https://github.com/caarlos0))
- [`61c0380`](https://github.com/goreleaser/goreleaser/commit/61c03809e2c5e1afb8a75c571c14d8cf13c77f8d): docs: auto update ([@​caarlos0](https://github.com/caarlos0))
- [`0d60b8c`](https://github.com/goreleaser/goreleaser/commit/0d60b8cfb3a4e078bf476016d3eb332cac2da45f): docs: better experimental notice ([@​caarlos0](https://github.com/caarlos0))
- [`5f26626`](https://github.com/goreleaser/goreleaser/commit/5f266263db5e5245c1c105842db532d091624c18): docs: blog post about cosign v3 ([@​caarlos0](https://github.com/caarlos0))
- [`180e346`](https://github.com/goreleaser/goreleaser/commit/180e3464593c3281706124eb3fea1a18bb1f4709): docs: fix element ([@​caarlos0](https://github.com/caarlos0))
- [`0c978ec`](https://github.com/goreleaser/goreleaser/commit/0c978ec865522f57707615ccc8266ed7a93d8ca8): docs: fix summary ([@​caarlos0](https://github.com/caarlos0))
- [`14939db`](https://github.com/goreleaser/goreleaser/commit/14939db97c691e65a5187f39b6d38bde080444fe): docs: fix typo ([@​caarlos0](https://github.com/caarlos0))
- [`7e3f6d3`](https://github.com/goreleaser/goreleaser/commit/7e3f6d35513527ea9a432d3567e71578eef9974b): docs: improve wording ([@​caarlos0](https://github.com/caarlos0))
- [`7161abc`](https://github.com/goreleaser/goreleaser/commit/7161abcd273b59de7c5aaa4d5a482b7e7e05c609): docs: nightly job cosign ([@​caarlos0](https://github.com/caarlos0))
- [`a8c402f`](https://github.com/goreleaser/goreleaser/commit/a8c402fcf5f49b4388df28f92f1e1a8906631c1e): docs: remove -unreleased ([@​caarlos0](https://github.com/caarlos0))
- [`8485d00`](https://github.com/goreleaser/goreleaser/commit/8485d008040fd713a1f607b0f5498f1790a30914): docs: small fixes ([@​caarlos0](https://github.com/caarlos0))
- [`3cc569f`](https://github.com/goreleaser/goreleaser/commit/3cc569f8c4ff29f10fadc68a5ac0fe8a76da2278): docs: typo in nfpm.md from 'headers' to 'header' ([#​6210](https://github.com/goreleaser/goreleaser/issues/6210)) ([@​jkroepke](https://github.com/jkroepke))
- [`71b8428`](https://github.com/goreleaser/goreleaser/commit/71b8428406940402b4e81efbb0bd6c1b8387c09b): docs: typo in nfpm.md from 'headers' to 'header' ([#​6210](https://github.com/goreleaser/goreleaser/issues/6210)) ([@​jkroepke](https://github.com/jkroepke))
- [`e11cef3`](https://github.com/goreleaser/goreleaser/commit/e11cef3bd4253a5a90a07ad2862c61c5e2a599dd): docs: update cgo pages ([@​caarlos0](https://github.com/caarlos0))
- [`689b24d`](https://github.com/goreleaser/goreleaser/commit/689b24dc6a59d0ab589f517607cf9a4a91ddfe2c): docs: update schema ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`b78a41c`](https://github.com/goreleaser/goreleaser/commit/b78a41c6ef08cd2f2f3e67093bd67d67b9ccf405): Update cmd/mcp.go ([@​caarlos0](https://github.com/caarlos0))
- [`d6d8587`](https://github.com/goreleaser/goreleaser/commit/d6d85877f5290817195cbe62f3bd079a1c304995): chore: fix typo in taskfile ([@​caarlos0](https://github.com/caarlos0))
- [`4e19cb7`](https://github.com/goreleaser/goreleaser/commit/4e19cb723a6d9a732d5fa08be6eb5eac697d806f): chore: lint tests ([@​caarlos0](https://github.com/caarlos0))
- [`34ddcaf`](https://github.com/goreleaser/goreleaser/commit/34ddcaf834e7043934fb953ac71cb06ac0231ab2): ci(deps): bump the actions group with 2 updates ([#​6243](https://github.com/goreleaser/goreleaser/issues/6243)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`50e3175`](https://github.com/goreleaser/goreleaser/commit/50e3175701d35ef235342e9582b45d3891558e9d): ci(deps): bump the actions group with 5 updates ([#​6277](https://github.com/goreleaser/goreleaser/issues/6277)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`eb53874`](https://github.com/goreleaser/goreleaser/commit/eb5387426c2f637e1965f3e6b28f5cefefe37302): ci(deps): bump the actions group with 6 updates ([#​6216](https://github.com/goreleaser/goreleaser/issues/6216)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`c71a5a8`](https://github.com/goreleaser/goreleaser/commit/c71a5a8c61ce2af0fa25d625194411af72206073): ci(deps): bump the actions group with 6 updates ([#​6258](https://github.com/goreleaser/goreleaser/issues/6258)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`ac0d841`](https://github.com/goreleaser/goreleaser/commit/ac0d8417744f97839a5fd00af254d5e926f688ab): ci(deps): bump the actions group with 7 updates ([#​6267](https://github.com/goreleaser/goreleaser/issues/6267)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.7...v2.13.0>
#### 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>
### [`v2.12.7`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.7)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.6...v2.12.7)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
##### Bug fixes
- [`4ee3281`](https://github.com/goreleaser/goreleaser/commit/4ee32815ecd5973018dcf299961d74b513823413): fix(docker/v2): make sbom templateable ([#​6203](https://github.com/goreleaser/goreleaser/issues/6203)) ([@​caarlos0](https://github.com/caarlos0))
- [`2d1b42c`](https://github.com/goreleaser/goreleaser/commit/2d1b42c7aba4de4ced9883617bfb92b9d2a4a07e): fix(docker/v2): support linux/arm/v5 ([#​6202](https://github.com/goreleaser/goreleaser/issues/6202)) ([@​caarlos0](https://github.com/caarlos0))
- [`2092ff9`](https://github.com/goreleaser/goreleaser/commit/2092ff91e6444fdfbae6e8559ba1d1bea0c49d4d): fix(dockers/v2): allow to disable SBOM ([#​6201](https://github.com/goreleaser/goreleaser/issues/6201)) ([@​caarlos0](https://github.com/caarlos0))
- [`bf8f635`](https://github.com/goreleaser/goreleaser/commit/bf8f635ac85c12cfa5b3b031afcb6904f4767385): fix(dockers/v2): allow to disable configurations ([#​6200](https://github.com/goreleaser/goreleaser/issues/6200)) ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`6660f9b`](https://github.com/goreleaser/goreleaser/commit/6660f9bc448c0084ad147d91a7ae01698c4050c0): docs: md:inline\_version always put a dot in the end. ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`b844fef`](https://github.com/goreleaser/goreleaser/commit/b844fef3376ca094be975373701e621053d04c72): ci(deps): bump the actions group across 1 directory with 6 updates ([#​6207](https://github.com/goreleaser/goreleaser/issues/6207)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.6...v2.12.7>
#### 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>
### [`v2.12.6`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.6)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.5...v2.12.6)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
##### Bug fixes
- [`aa3100b`](https://github.com/goreleaser/goreleaser/commit/aa3100b7dbf61ea401742b6c66d70a38aeb7b037): fix(cask): proper defaults when deprecated binary ([@​caarlos0](https://github.com/caarlos0))
- [`2d05ec4`](https://github.com/goreleaser/goreleaser/commit/2d05ec4ad62bd87e7cb26e6b41e4f8d63ba44b60): fix(cask): remove uneeded template ([@​caarlos0](https://github.com/caarlos0))
- [`12ae9ab`](https://github.com/goreleaser/goreleaser/commit/12ae9ab394a5ee68bd109c6ae4b320fd15af0969): fix(deps): update gocloud, otel, etc ([#​6190](https://github.com/goreleaser/goreleaser/issues/6190)) ([@​caarlos0](https://github.com/caarlos0))
- [`8c0d09e`](https://github.com/goreleaser/goreleaser/commit/8c0d09e7c2c65c002ba0989655c2265c33d3be20): fix(git): retry on when network is unreachable ([@​caarlos0](https://github.com/caarlos0))
- [`f9f04f3`](https://github.com/goreleaser/goreleaser/commit/f9f04f30c8f2e71c1f0824b02e9c77abb41ae74d): refactor: use official mcp library ([#​6175](https://github.com/goreleaser/goreleaser/issues/6175)) ([@​caarlos0](https://github.com/caarlos0))
- [`3c8d765`](https://github.com/goreleaser/goreleaser/commit/3c8d765e80f806c5ba900323a01200ab8e8dfb61): fix(cask): allow to set more than 1 binary ([#​6174](https://github.com/goreleaser/goreleaser/issues/6174)) ([@​Nurtic-Vibe](https://github.com/Nurtic-Vibe))
##### Documentation updates
- [`eaf8e6c`](https://github.com/goreleaser/goreleaser/commit/eaf8e6c407ece2b8eacf22aa218dbca26bbcdf6f): docs(dockers/v2): fix typo ([@​caarlos0](https://github.com/caarlos0))
- [`ac87699`](https://github.com/goreleaser/goreleaser/commit/ac876999c114f47e35a3458b6dbb4c47c37d596f): docs: add Flyte to the list of users ([#​6184](https://github.com/goreleaser/goreleaser/issues/6184)) ([@​eapolinario](https://github.com/eapolinario))
- [`5a3fbe1`](https://github.com/goreleaser/goreleaser/commit/5a3fbe1d5136b9a558eccac0d3bbbec416da35ce): docs: add default value for wrap directory ([#​6163](https://github.com/goreleaser/goreleaser/issues/6163)) ([@​FelicianoTech](https://github.com/FelicianoTech))
- [`cd5487f`](https://github.com/goreleaser/goreleaser/commit/cd5487f88eb604acd1352605b37b4a8efa98264d): docs: casks.binary deprecation notice ([@​caarlos0](https://github.com/caarlos0))
- [`8d8a28a`](https://github.com/goreleaser/goreleaser/commit/8d8a28afac632b8c56f2d506ef406232de1b1c2f): docs: clean up docs ([@​caarlos0](https://github.com/caarlos0))
- [`1e72fcf`](https://github.com/goreleaser/goreleaser/commit/1e72fcf0ab4d50d7dccac6a62ad08ae21f7d2f95): docs: fix duplicated packages comments ([#​6150](https://github.com/goreleaser/goreleaser/issues/6150)) ([@​alexandear](https://github.com/alexandear))
- [`3757309`](https://github.com/goreleaser/goreleaser/commit/37573096a8d28e095314da04195e9369cc3ce13c): docs: fix typo in release page ([#​6191](https://github.com/goreleaser/goreleaser/issues/6191)) ([@​FelicianoTech](https://github.com/FelicianoTech))
##### Other work
- [`0aafca0`](https://github.com/goreleaser/goreleaser/commit/0aafca09fdbcc4feb91a5c22d13f997f1bfc5180): ci(deps): bump the actions group with 6 updates ([#​6189](https://github.com/goreleaser/goreleaser/issues/6189)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.5...v2.12.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>
### [`v2.12.5`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.5)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.4...v2.12.5)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.4...v2.12.5>
#### 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>
### [`v2.12.4`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.4)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
##### Bug fixes
- [`5991ec9`](https://github.com/goreleaser/goreleaser/commit/5991ec91496c03a47697fcd079ff6e38d9a0b6c2): fix(deps): update fang, fix error handler ([@​caarlos0](https://github.com/caarlos0))
- [`ed03d58`](https://github.com/goreleaser/goreleaser/commit/ed03d582220e93c25d84a352435ae19a6f403781): fix(docker/v2): handle bad COPY/ADD ([@​caarlos0](https://github.com/caarlos0))
- [`6c05856`](https://github.com/goreleaser/goreleaser/commit/6c058569c53da9de5c5cd54fa1568e182fa6b004): fix(docker/v2): more logs ([@​caarlos0](https://github.com/caarlos0))
- [`806492d`](https://github.com/goreleaser/goreleaser/commit/806492d3ff2621b95458f89f676d0d521582a7b5): fix(makeself): path to script, better tests ([@​caarlos0](https://github.com/caarlos0))
- [`0ffcd8f`](https://github.com/goreleaser/goreleaser/commit/0ffcd8f444653cab8a4c95fad1290dcb9b39f48d): fix: error handling in github actions ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4>
#### 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>
### [`v2.12.3`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.3)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
##### Bug fixes
- [`a1d945d`](https://github.com/goreleaser/goreleaser/commit/a1d945da6150425f5e7188dea819992d8a600b8e): fix(makeself): keep full binary name ([@​caarlos0](https://github.com/caarlos0))
- [`54274e5`](https://github.com/goreleaser/goreleaser/commit/54274e51426fefa9faa4663dd27e8e293bbd204f): fix(makeself): keep script name ([@​caarlos0](https://github.com/caarlos0))
- [`f195f3c`](https://github.com/goreleaser/goreleaser/commit/f195f3ced5c7514f8296dea3dfe588b6d6d8b260): fix(sbom): --enrich=all should be the default ([#​6095](https://github.com/goreleaser/goreleaser/issues/6095)) ([@​caarlos0](https://github.com/caarlos0))
- [`798a927`](https://github.com/goreleaser/goreleaser/commit/798a9279db12602fd4294af8fb3a7add82bec0d7): fix: lint ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`78ec122`](https://github.com/goreleaser/goreleaser/commit/78ec12230177c29f39bfeb76e79c9c75a6ba4d61): docs(sec): threat model ([@​caarlos0](https://github.com/caarlos0))
- [`269a76b`](https://github.com/goreleaser/goreleaser/commit/269a76b03d8d549971322b1172e5ddaa2ae4aaf3): docs: fedora move exclude to repo config ([#​6103](https://github.com/goreleaser/goreleaser/issues/6103)) ([@​mulbc](https://github.com/mulbc))
- [`fd5a30f`](https://github.com/goreleaser/goreleaser/commit/fd5a30f7d489a8375dfe6e66a6a55d05ff8ae91a): docs: fix inconsistency about symlink in nfpm.md ([#​6094](https://github.com/goreleaser/goreleaser/issues/6094)) ([@​kaitokimuraofficial](https://github.com/kaitokimuraofficial))
- [`44b0d91`](https://github.com/goreleaser/goreleaser/commit/44b0d91479a6c795a572211ef25a7da1c6057e48): docs: fix title ([@​caarlos0](https://github.com/caarlos0))
- [`f63a01c`](https://github.com/goreleaser/goreleaser/commit/f63a01c9c84639e67de818b201e8930ffda5d858): docs: icons on smaller screens ([@​caarlos0](https://github.com/caarlos0))
- [`821cd7a`](https://github.com/goreleaser/goreleaser/commit/821cd7abb9b997ea3cfc7388779c6eb2959ed905): docs: pin mkdocs-material image, add it to dependabot ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`0ef2b3f`](https://github.com/goreleaser/goreleaser/commit/0ef2b3f1a73111e859b66cb92f4b7bb27cfae27a): ci(sec): improve workflows ([@​caarlos0](https://github.com/caarlos0))
- [`3eea0d7`](https://github.com/goreleaser/goreleaser/commit/3eea0d775284baca07ed7a5050268c4eb50ed28b): ci(sec): improve workflows perms ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3>
#### 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**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
CSRBot
scheduled this pull request to auto merge when all checks succeed 2025-09-25 06:06:41 +02:00
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 PR contains the following updates:
v5.0.0->v5.0.1v6.0.0->v6.1.0v3.5.0->v3.6.0v3.6.0->v3.7.0v2.12.2->v2.13.2Release Notes
actions/checkout (actions/checkout)
v5.0.1Compare Source
actions/setup-go (actions/setup-go)
v6.1.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.1.0
docker/login-action (docker/login-action)
v3.6.0Compare Source
registry-authinput for raw authentication to registries by @crazy-max in #887Full Changelog: https://github.com/docker/login-action/compare/v3.5.0...v3.6.0
docker/setup-qemu-action (docker/setup-qemu-action)
v3.7.0Compare Source
Full Changelog: https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0
goreleaser/goreleaser (goreleaser/goreleaser)
v2.13.2Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Bug fixes
60acec8: fix(mcp): always use current schema url (#6300) (@tjhop)5b21af9: fix(deps): move to go.yaml.in/yaml (#6298) (@caarlos0)83e3924: fix(deps): update fang, log, lipgloss (#6312) (@caarlos0)e91e184: fix(deps): update go-github, add one more test (#6294) (@caarlos0)2731dca: fix(deps): use quill fork (#6310) (@caarlos0)660ec29: fix(nix): use stdenvNoCC.hostPlatform.system instead of deprecated system parameter (#6316) (@djvcom)7f181b2: fix: build with latest cosign (#6293) (@caarlos0)16e3bba: fix: lint (@caarlos0)621a88b: fix: run script (#6290) (@caarlos0)Documentation updates
998b055: docs(deps): bump mkdocs-material from 9.7.0 to 9.7.1 in /www in the docs group (#6302) (@dependabot[bot])d63e5ff: docs: fix formatting (@caarlos0)0e9a863: docs: fix typo in notarize.md regarding certificate export (#6306) (@meysam81)Other work
196a161: chore: svu.yaml (@caarlos0)df4fc11: ci(deps): bump the actions group with 7 updates (#6304) (@dependabot[bot])14d27ae: ci(deps): bump the actions group with 8 updates (#6297) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.13.1...v2.13.2
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?
v2.13.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Security updates
9d07987: sec: update to go 1.25.5 (@caarlos0)Bug fixes
694eec5: fix(github): improve create/update file (#6280) (@caarlos0)311253b: fix(ko): do not fail if docker daemon not available (@caarlos0)3f07552: fix(mcp): its actually the committee mcp registry (#6283) (@caarlos0)0b98d10: fix: lint (@caarlos0)7d7986f: fix: update run script to new cosign signature check (@caarlos0)Documentation updates
95b9db9: docs: announce v2.13 (#6270) (@caarlos0)86368f7: docs: clarify deprecation policy (@caarlos0)c4fe18b: docs: update sign.md (@caarlos0)Other work
2ea7bc9: chore: issue templates (@caarlos0)4eb5b18: chore: issue templates (@caarlos0)460ebca: chore: update issue templates (@caarlos0)6914329: ci(deps): bump the actions group with 4 updates (#6287) (@dependabot[bot])1e190b4: ci(sec): fix sbom job (@caarlos0)1072df2: ci(sec): improve sbom scan job (@caarlos0)bfd04a0: ci(sec): periodically scan last release sboms (#6281) (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.13.0...v2.13.1
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?
v2.13.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
New Features
180a7e8: feat(aur): use ${pkgver} in the URL to prevent extra diffs (#6231) (@caarlos0)f99924b: feat: add Discourse announcer (#6199) (@FelicianoTech)7d0a94c: feat: add GitHub App signed commit support (#6240) (@Copilot)2748003: feat: make hooks in homebrew_casks templateable (#6222) (@Copilot)0a525ea: feat: make hooks in homebrew_casks templateable (#6222) (@Copilot)f6e37dd: feat: make signs.output and docker_signs.output templateable (#6220) (@Copilot)5a3de94: feat: make signs.output and docker_signs.output templateable (#6220) (@Copilot)5479cda: feat: mcp publisher (#6234) (@caarlos0)a86fca9: feat: support ko loading base image from daemon (#6233) (@scav)8a8bf41: feat: update Go to 1.25.4 (#6239) (@timofurrer)d374725: feat: update go to 1.25.3 (#6223) (@caarlos0)42ac564: feat: update go to 1.25.3 (#6223) (@caarlos0)Bug fixes
a5e267a: fix(announce): user agent should be goreleaser/v2 (@caarlos0)12a3492: fix(aur): prerelease versions were not being properly handled (#6204) (@caarlos0)47b3d40: fix(dockers/v2): add warning when docker buildx uses non-container driver (dockers_v2 only) (#6263) (@Copilot)41daedd: fix(dockers/v2): better handle error (@caarlos0)de9ae24: fix(dockers/v2): check docker driver on healthcheck (#6273) (@caarlos0)aaf5877: fix(github): enterprise urls (#6261) (@caarlos0)1099caa: fix(github): more details if sync and create ref fail (#6255) (@caarlos0)c3bfb5a: fix(go): only add .h artifact if it exists (#6254) (@caarlos0)0f0c1ce: fix(mcp): move it all inside mcp.github (@caarlos0)ed61af3: fix(mcp): reduce tool bloat, resources, prompts (@caarlos0)9d40b76: fix: change some bits of the config to make it easier to keep in sync (@caarlos0)567f022: fix: dynamically use announcer names in errors (#6246) (@FelicianoTech)7f5f40a: fix: lint issues (@caarlos0)55e8dda: fix: move stuff around in pkg/config (@caarlos0)8291824: fix: properly mark fields deprecated in jsonschema (@caarlos0)e8408f0: fix: small config improvements (@caarlos0)d95f497: fix: use v3 user-agent for Bluesky announcer (#6247) (@FelicianoTech)f7fc451: fix: warn mcp experimental (@caarlos0)69dc9ae: refactor: move mcp out of main repo (#6232) (@caarlos0)Documentation updates
f9f4529: docs(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /www in the docs group (#6242) (@dependabot[bot])140b4fe: docs(deps): bump mkdocs-rss-plugin from 1.17.6 to 1.17.7 in /www in the docs group (#6266) (@dependabot[bot])a57ccc3: docs(deps): bump the docs group in /www with 2 updates (#6257) (@dependabot[bot])ae52ca2: docs(security): update incident response document (@caarlos0)9e21891: docs: /mcp (@caarlos0)a324e1d: docs: auto update (@caarlos0)61c0380: docs: auto update (@caarlos0)0d60b8c: docs: better experimental notice (@caarlos0)5f26626: docs: blog post about cosign v3 (@caarlos0)180e346: docs: fix element (@caarlos0)0c978ec: docs: fix summary (@caarlos0)14939db: docs: fix typo (@caarlos0)7e3f6d3: docs: improve wording (@caarlos0)7161abc: docs: nightly job cosign (@caarlos0)a8c402f: docs: remove -unreleased (@caarlos0)8485d00: docs: small fixes (@caarlos0)3cc569f: docs: typo in nfpm.md from 'headers' to 'header' (#6210) (@jkroepke)71b8428: docs: typo in nfpm.md from 'headers' to 'header' (#6210) (@jkroepke)e11cef3: docs: update cgo pages (@caarlos0)689b24d: docs: update schema (@caarlos0)Other work
b78a41c: Update cmd/mcp.go (@caarlos0)d6d8587: chore: fix typo in taskfile (@caarlos0)4e19cb7: chore: lint tests (@caarlos0)34ddcaf: ci(deps): bump the actions group with 2 updates (#6243) (@dependabot[bot])50e3175: ci(deps): bump the actions group with 5 updates (#6277) (@dependabot[bot])eb53874: ci(deps): bump the actions group with 6 updates (#6216) (@dependabot[bot])c71a5a8: ci(deps): bump the actions group with 6 updates (#6258) (@dependabot[bot])ac0d841: ci(deps): bump the actions group with 7 updates (#6267) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.7...v2.13.0
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?
v2.12.7Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
4ee3281: fix(docker/v2): make sbom templateable (#6203) (@caarlos0)2d1b42c: fix(docker/v2): support linux/arm/v5 (#6202) (@caarlos0)2092ff9: fix(dockers/v2): allow to disable SBOM (#6201) (@caarlos0)bf8f635: fix(dockers/v2): allow to disable configurations (#6200) (@caarlos0)Documentation updates
6660f9b: docs: md:inline_version always put a dot in the end. (@caarlos0)Other work
b844fef: ci(deps): bump the actions group across 1 directory with 6 updates (#6207) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.6...v2.12.7
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?
v2.12.6Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
aa3100b: fix(cask): proper defaults when deprecated binary (@caarlos0)2d05ec4: fix(cask): remove uneeded template (@caarlos0)12ae9ab: fix(deps): update gocloud, otel, etc (#6190) (@caarlos0)8c0d09e: fix(git): retry on when network is unreachable (@caarlos0)f9f04f3: refactor: use official mcp library (#6175) (@caarlos0)3c8d765: fix(cask): allow to set more than 1 binary (#6174) (@Nurtic-Vibe)Documentation updates
eaf8e6c: docs(dockers/v2): fix typo (@caarlos0)ac87699: docs: add Flyte to the list of users (#6184) (@eapolinario)5a3fbe1: docs: add default value for wrap directory (#6163) (@FelicianoTech)cd5487f: docs: casks.binary deprecation notice (@caarlos0)8d8a28a: docs: clean up docs (@caarlos0)1e72fcf: docs: fix duplicated packages comments (#6150) (@alexandear)3757309: docs: fix typo in release page (#6191) (@FelicianoTech)Other work
0aafca0: ci(deps): bump the actions group with 6 updates (#6189) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.5...v2.12.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?
v2.12.5Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.4...v2.12.5
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?
v2.12.4Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
5991ec9: fix(deps): update fang, fix error handler (@caarlos0)ed03d58: fix(docker/v2): handle bad COPY/ADD (@caarlos0)6c05856: fix(docker/v2): more logs (@caarlos0)806492d: fix(makeself): path to script, better tests (@caarlos0)0ffcd8f: fix: error handling in github actions (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4
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?
v2.12.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
a1d945d: fix(makeself): keep full binary name (@caarlos0)54274e5: fix(makeself): keep script name (@caarlos0)f195f3c: fix(sbom): --enrich=all should be the default (#6095) (@caarlos0)798a927: fix: lint (@caarlos0)Documentation updates
78ec122: docs(sec): threat model (@caarlos0)269a76b: docs: fedora move exclude to repo config (#6103) (@mulbc)fd5a30f: docs: fix inconsistency about symlink in nfpm.md (#6094) (@kaitokimuraofficial)44b0d91: docs: fix title (@caarlos0)f63a01c: docs: icons on smaller screens (@caarlos0)821cd7a: docs: pin mkdocs-material image, add it to dependabot (@caarlos0)Other work
0ef2b3f: ci(sec): improve workflows (@caarlos0)3eea0d7: ci(sec): improve workflows perms (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3
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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
3609de394atoe8227ee61dchore(deps): update dependency goreleaser/goreleaser to v2.12.3to chore(deps): update actionse8227ee61dto1b4f3003c91b4f3003c9to1c8e34ecfc