chore(deps): update actions #54

Open
CSRBot wants to merge 1 commits from renovate/actions into master
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v5.0.0 -> v5.0.1
actions/setup-go action minor v6.0.0 -> v6.1.0
docker/login-action action minor v3.5.0 -> v3.6.0
docker/setup-qemu-action action minor v3.6.0 -> v3.7.0
goreleaser/goreleaser minor v2.12.2 -> v2.13.1

Release Notes

actions/checkout (actions/checkout)

v5.0.1

Compare Source

actions/setup-go (actions/setup-go)

v6.1.0

Compare 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.0

Compare Source

Full Changelog: https://github.com/docker/login-action/compare/v3.5.0...v3.6.0

docker/setup-qemu-action (docker/setup-qemu-action)

v3.7.0

Compare Source

Full Changelog: https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0

goreleaser/goreleaser (goreleaser/goreleaser)

v2.13.1

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Security updates
Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.13.0

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

New Features
Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.12.7

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.12.

Changelog

Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.12.6

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.12.

Changelog

Bug fixes
Documentation updates
Other work

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?

GoReleaser logo

v2.12.5

Compare 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?

GoReleaser logo

v2.12.4

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.12.

Changelog

Bug fixes

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?

GoReleaser logo

v2.12.3

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.12.

Changelog

Bug fixes
Documentation updates
Other work

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?

GoReleaser logo


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.


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

This PR has been generated by Renovate Bot.

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.1` | --- ### 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 [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;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 [@&#8203;nicholasngai](https://github.com/nicholasngai) in [#&#8203;665](https://github.com/actions/setup-go/pull/665) - Add support for .tool-versions file and update workflow by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;673](https://github.com/actions/setup-go/pull/673) - Add comprehensive breaking changes documentation for v6 by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;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 [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;617](https://github.com/actions/setup-go/pull/617) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;641](https://github.com/actions/setup-go/pull/641) - Upgrade semver and [@&#8203;types/semver](https://github.com/types/semver) by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;652](https://github.com/actions/setup-go/pull/652) ##### New Contributors - [@&#8203;nicholasngai](https://github.com/nicholasngai) made their first contribution in [#&#8203;665](https://github.com/actions/setup-go/pull/665) - [@&#8203;priya-kinthali](https://github.com/priya-kinthali) made their first contribution in [#&#8203;673](https://github.com/actions/setup-go/pull/673) - [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) made their first contribution in [#&#8203;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 [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;887](https://github.com/docker/login-action/pull/887) - Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.890.0 in [#&#8203;882](https://github.com/docker/login-action/pull/882) [#&#8203;890](https://github.com/docker/login-action/pull/890) - Bump [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.890.0 in [#&#8203;882](https://github.com/docker/login-action/pull/882) [#&#8203;890](https://github.com/docker/login-action/pull/890) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#&#8203;883](https://github.com/docker/login-action/pull/883) - Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;880](https://github.com/docker/login-action/pull/880) - Bump undici from 5.28.4 to 5.29.0 in [#&#8203;879](https://github.com/docker/login-action/pull/879) - Bump tmp from 0.2.3 to 0.2.4 in [#&#8203;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 [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.67.0 in [#&#8203;217](https://github.com/docker/setup-qemu-action/pull/217) [#&#8203;230](https://github.com/docker/setup-qemu-action/pull/230) - Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;220](https://github.com/docker/setup-qemu-action/pull/220) - Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;218](https://github.com/docker/setup-qemu-action/pull/218) - Bump tmp from 0.2.3 to 0.2.4 in [#&#8203;221](https://github.com/docker/setup-qemu-action/pull/221) - Bump undici from 5.28.4 to 5.29.0 in [#&#8203;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.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 ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Bug fixes - [`694eec5`](https://github.com/goreleaser/goreleaser/commit/694eec53d383cef635b9c29ee04308b171f09bdd): fix(github): improve create/update file ([#&#8203;6280](https://github.com/goreleaser/goreleaser/issues/6280)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`311253b`](https://github.com/goreleaser/goreleaser/commit/311253b610d049e5abb8c7b21c84002e47939946): fix(ko): do not fail if docker daemon not available ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3f07552`](https://github.com/goreleaser/goreleaser/commit/3f07552ca421e670339686dbf1b6f2b368fc1b55): fix(mcp): its actually the committee mcp registry ([#&#8203;6283](https://github.com/goreleaser/goreleaser/issues/6283)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0b98d10`](https://github.com/goreleaser/goreleaser/commit/0b98d10daa5ad6959ce1506d3a2c2757bec33398): fix: lint ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`7d7986f`](https://github.com/goreleaser/goreleaser/commit/7d7986f072c05b96dc839d44a1632bf3196892c4): fix: update run script to new cosign signature check ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`95b9db9`](https://github.com/goreleaser/goreleaser/commit/95b9db9ee9976939e8dc70206aef3c24142d8cc6): docs: announce v2.13 ([#&#8203;6270](https://github.com/goreleaser/goreleaser/issues/6270)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`86368f7`](https://github.com/goreleaser/goreleaser/commit/86368f777644664aeea7596b63f371a63ef3644d): docs: clarify deprecation policy ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`c4fe18b`](https://github.com/goreleaser/goreleaser/commit/c4fe18bf1a624187a3512d64817954e3a95bd8a1): docs: update sign.md ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`2ea7bc9`](https://github.com/goreleaser/goreleaser/commit/2ea7bc93749daeda802ccf596edd0084eaa565ec): chore: issue templates ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`4eb5b18`](https://github.com/goreleaser/goreleaser/commit/4eb5b18b739d08da0b4426480cbec207e436d8c7): chore: issue templates ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`460ebca`](https://github.com/goreleaser/goreleaser/commit/460ebca54853f2d536057b721cd9f92990498b69): chore: update issue templates ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`6914329`](https://github.com/goreleaser/goreleaser/commit/6914329ccebabf730d3827783d6cb7ceba414fd7): ci(deps): bump the actions group with 4 updates ([#&#8203;6287](https://github.com/goreleaser/goreleaser/issues/6287)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1e190b4`](https://github.com/goreleaser/goreleaser/commit/1e190b414026e40670d6ad78aa4de6127e8bf287): ci(sec): fix sbom job ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1072df2`](https://github.com/goreleaser/goreleaser/commit/1072df26287a04f74bda264ab51338b51b2d1262): ci(sec): improve sbom scan job ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`bfd04a0`](https://github.com/goreleaser/goreleaser/commit/bfd04a064174cfe74c93120e702b406308cbdba8): ci(sec): periodically scan last release sboms ([#&#8203;6281](https://github.com/goreleaser/goreleaser/issues/6281)) ([@&#8203;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 ([#&#8203;6231](https://github.com/goreleaser/goreleaser/issues/6231)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f99924b`](https://github.com/goreleaser/goreleaser/commit/f99924b443b377fe83c54084ef8a542af95b61bd): feat: add Discourse announcer ([#&#8203;6199](https://github.com/goreleaser/goreleaser/issues/6199)) ([@&#8203;FelicianoTech](https://github.com/FelicianoTech)) - [`7d0a94c`](https://github.com/goreleaser/goreleaser/commit/7d0a94c6d8dff44ec699098c51bbbd0912cc2cd4): feat: add GitHub App signed commit support ([#&#8203;6240](https://github.com/goreleaser/goreleaser/issues/6240)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`2748003`](https://github.com/goreleaser/goreleaser/commit/27480036b6dd63419e8f23b5a81faf422927008a): feat: make hooks in homebrew\_casks templateable ([#&#8203;6222](https://github.com/goreleaser/goreleaser/issues/6222)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`0a525ea`](https://github.com/goreleaser/goreleaser/commit/0a525ea6e29f57e5f2a60e1bd11e6d6ba551e492): feat: make hooks in homebrew\_casks templateable ([#&#8203;6222](https://github.com/goreleaser/goreleaser/issues/6222)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`f6e37dd`](https://github.com/goreleaser/goreleaser/commit/f6e37dd75759ad9924e7fc8fd282d0c4a4b78cde): feat: make signs.output and docker\_signs.output templateable ([#&#8203;6220](https://github.com/goreleaser/goreleaser/issues/6220)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`5a3de94`](https://github.com/goreleaser/goreleaser/commit/5a3de94e874ef18472235c37879f3d7585164cb2): feat: make signs.output and docker\_signs.output templateable ([#&#8203;6220](https://github.com/goreleaser/goreleaser/issues/6220)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`5479cda`](https://github.com/goreleaser/goreleaser/commit/5479cdad18130f0032e3af6e0862a14a06bc99ec): feat: mcp publisher ([#&#8203;6234](https://github.com/goreleaser/goreleaser/issues/6234)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a86fca9`](https://github.com/goreleaser/goreleaser/commit/a86fca99c52061650a6d92301476aecaf3ad77f3): feat: support ko loading base image from daemon ([#&#8203;6233](https://github.com/goreleaser/goreleaser/issues/6233)) ([@&#8203;scav](https://github.com/scav)) - [`8a8bf41`](https://github.com/goreleaser/goreleaser/commit/8a8bf4143d6554f6d47249caff1687e1d254d883): feat: update Go to 1.25.4 ([#&#8203;6239](https://github.com/goreleaser/goreleaser/issues/6239)) ([@&#8203;timofurrer](https://github.com/timofurrer)) - [`d374725`](https://github.com/goreleaser/goreleaser/commit/d374725a5278018194aa4bebe25c7665d7e281cf): feat: update go to 1.25.3 ([#&#8203;6223](https://github.com/goreleaser/goreleaser/issues/6223)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`42ac564`](https://github.com/goreleaser/goreleaser/commit/42ac5641a9b90187b0d802463394008477e67519): feat: update go to 1.25.3 ([#&#8203;6223](https://github.com/goreleaser/goreleaser/issues/6223)) ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Bug fixes - [`a5e267a`](https://github.com/goreleaser/goreleaser/commit/a5e267afe76077ca40b18fb4f5db502a3115a2dd): fix(announce): user agent should be goreleaser/v2 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`12a3492`](https://github.com/goreleaser/goreleaser/commit/12a3492f6e9b84d55cbfe28656e3ffceca1362fc): fix(aur): prerelease versions were not being properly handled ([#&#8203;6204](https://github.com/goreleaser/goreleaser/issues/6204)) ([@&#8203;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) ([#&#8203;6263](https://github.com/goreleaser/goreleaser/issues/6263)) ([@&#8203;Copilot](https://github.com/Copilot)) - [`41daedd`](https://github.com/goreleaser/goreleaser/commit/41daedd3e01358c7f3f33ca270fc83f72ed4064f): fix(dockers/v2): better handle error ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`de9ae24`](https://github.com/goreleaser/goreleaser/commit/de9ae24137392d5e58ba1494e37e7f82f7a276d9): fix(dockers/v2): check docker driver on healthcheck ([#&#8203;6273](https://github.com/goreleaser/goreleaser/issues/6273)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`aaf5877`](https://github.com/goreleaser/goreleaser/commit/aaf5877eccb61607805aa64489f6513564cd0c07): fix(github): enterprise urls ([#&#8203;6261](https://github.com/goreleaser/goreleaser/issues/6261)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1099caa`](https://github.com/goreleaser/goreleaser/commit/1099caad30826d547dbf9ea30b111233c88a3e58): fix(github): more details if sync and create ref fail ([#&#8203;6255](https://github.com/goreleaser/goreleaser/issues/6255)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`c3bfb5a`](https://github.com/goreleaser/goreleaser/commit/c3bfb5a5b75bd2225c5237b686853d3e85b81c28): fix(go): only add .h artifact if it exists ([#&#8203;6254](https://github.com/goreleaser/goreleaser/issues/6254)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0f0c1ce`](https://github.com/goreleaser/goreleaser/commit/0f0c1ce785549d1c53cdb9af2e58d527e58867f6): fix(mcp): move it all inside mcp.github ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ed61af3`](https://github.com/goreleaser/goreleaser/commit/ed61af369792b0c00a18ee057aaa2bd9660e38f5): fix(mcp): reduce tool bloat, resources, prompts ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`567f022`](https://github.com/goreleaser/goreleaser/commit/567f0228ebf2e2370b3528b548cdd7c5f7383e6b): fix: dynamically use announcer names in errors ([#&#8203;6246](https://github.com/goreleaser/goreleaser/issues/6246)) ([@&#8203;FelicianoTech](https://github.com/FelicianoTech)) - [`7f5f40a`](https://github.com/goreleaser/goreleaser/commit/7f5f40a5a0cbc8ab813bcdf920cdadcfbbe42a73): fix: lint issues ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`55e8dda`](https://github.com/goreleaser/goreleaser/commit/55e8dda1d6c1c2e16621c639ead8637008c4905d): fix: move stuff around in pkg/config ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8291824`](https://github.com/goreleaser/goreleaser/commit/829182463a86f108f6c1c5426322c3b423ccd0f6): fix: properly mark fields deprecated in jsonschema ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e8408f0`](https://github.com/goreleaser/goreleaser/commit/e8408f0a52c401e3870664375c298b2e00825321): fix: small config improvements ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d95f497`](https://github.com/goreleaser/goreleaser/commit/d95f49714f2d8f039e72a535f54aa3ad8cf3b1f0): fix: use v3 user-agent for Bluesky announcer ([#&#8203;6247](https://github.com/goreleaser/goreleaser/issues/6247)) ([@&#8203;FelicianoTech](https://github.com/FelicianoTech)) - [`f7fc451`](https://github.com/goreleaser/goreleaser/commit/f7fc451c468bd31b658bd74a5f991481a659cc10): fix: warn mcp experimental ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`69dc9ae`](https://github.com/goreleaser/goreleaser/commit/69dc9ae55c195b87eb87c64f69eb8a4c7994485e): refactor: move mcp out of main repo ([#&#8203;6232](https://github.com/goreleaser/goreleaser/issues/6232)) ([@&#8203;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 ([#&#8203;6242](https://github.com/goreleaser/goreleaser/issues/6242)) ([@&#8203;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 ([#&#8203;6266](https://github.com/goreleaser/goreleaser/issues/6266)) ([@&#8203;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 ([#&#8203;6257](https://github.com/goreleaser/goreleaser/issues/6257)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ae52ca2`](https://github.com/goreleaser/goreleaser/commit/ae52ca27c0338c35e7fb73c2676a667cd72115df): docs(security): update incident response document ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`9e21891`](https://github.com/goreleaser/goreleaser/commit/9e21891d0e8c09273f71051d65c1287d4102d703): docs: /mcp ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a324e1d`](https://github.com/goreleaser/goreleaser/commit/a324e1dbe10a65990f17235ac11fa15131a0c8c6): docs: auto update ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`61c0380`](https://github.com/goreleaser/goreleaser/commit/61c03809e2c5e1afb8a75c571c14d8cf13c77f8d): docs: auto update ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0d60b8c`](https://github.com/goreleaser/goreleaser/commit/0d60b8cfb3a4e078bf476016d3eb332cac2da45f): docs: better experimental notice ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`5f26626`](https://github.com/goreleaser/goreleaser/commit/5f266263db5e5245c1c105842db532d091624c18): docs: blog post about cosign v3 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`180e346`](https://github.com/goreleaser/goreleaser/commit/180e3464593c3281706124eb3fea1a18bb1f4709): docs: fix element ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0c978ec`](https://github.com/goreleaser/goreleaser/commit/0c978ec865522f57707615ccc8266ed7a93d8ca8): docs: fix summary ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`14939db`](https://github.com/goreleaser/goreleaser/commit/14939db97c691e65a5187f39b6d38bde080444fe): docs: fix typo ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`7e3f6d3`](https://github.com/goreleaser/goreleaser/commit/7e3f6d35513527ea9a432d3567e71578eef9974b): docs: improve wording ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`7161abc`](https://github.com/goreleaser/goreleaser/commit/7161abcd273b59de7c5aaa4d5a482b7e7e05c609): docs: nightly job cosign ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a8c402f`](https://github.com/goreleaser/goreleaser/commit/a8c402fcf5f49b4388df28f92f1e1a8906631c1e): docs: remove -unreleased ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8485d00`](https://github.com/goreleaser/goreleaser/commit/8485d008040fd713a1f607b0f5498f1790a30914): docs: small fixes ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3cc569f`](https://github.com/goreleaser/goreleaser/commit/3cc569f8c4ff29f10fadc68a5ac0fe8a76da2278): docs: typo in nfpm.md from 'headers' to 'header' ([#&#8203;6210](https://github.com/goreleaser/goreleaser/issues/6210)) ([@&#8203;jkroepke](https://github.com/jkroepke)) - [`71b8428`](https://github.com/goreleaser/goreleaser/commit/71b8428406940402b4e81efbb0bd6c1b8387c09b): docs: typo in nfpm.md from 'headers' to 'header' ([#&#8203;6210](https://github.com/goreleaser/goreleaser/issues/6210)) ([@&#8203;jkroepke](https://github.com/jkroepke)) - [`e11cef3`](https://github.com/goreleaser/goreleaser/commit/e11cef3bd4253a5a90a07ad2862c61c5e2a599dd): docs: update cgo pages ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`689b24d`](https://github.com/goreleaser/goreleaser/commit/689b24dc6a59d0ab589f517607cf9a4a91ddfe2c): docs: update schema ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`b78a41c`](https://github.com/goreleaser/goreleaser/commit/b78a41c6ef08cd2f2f3e67093bd67d67b9ccf405): Update cmd/mcp.go ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d6d8587`](https://github.com/goreleaser/goreleaser/commit/d6d85877f5290817195cbe62f3bd079a1c304995): chore: fix typo in taskfile ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`4e19cb7`](https://github.com/goreleaser/goreleaser/commit/4e19cb723a6d9a732d5fa08be6eb5eac697d806f): chore: lint tests ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`34ddcaf`](https://github.com/goreleaser/goreleaser/commit/34ddcaf834e7043934fb953ac71cb06ac0231ab2): ci(deps): bump the actions group with 2 updates ([#&#8203;6243](https://github.com/goreleaser/goreleaser/issues/6243)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`50e3175`](https://github.com/goreleaser/goreleaser/commit/50e3175701d35ef235342e9582b45d3891558e9d): ci(deps): bump the actions group with 5 updates ([#&#8203;6277](https://github.com/goreleaser/goreleaser/issues/6277)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`eb53874`](https://github.com/goreleaser/goreleaser/commit/eb5387426c2f637e1965f3e6b28f5cefefe37302): ci(deps): bump the actions group with 6 updates ([#&#8203;6216](https://github.com/goreleaser/goreleaser/issues/6216)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c71a5a8`](https://github.com/goreleaser/goreleaser/commit/c71a5a8c61ce2af0fa25d625194411af72206073): ci(deps): bump the actions group with 6 updates ([#&#8203;6258](https://github.com/goreleaser/goreleaser/issues/6258)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ac0d841`](https://github.com/goreleaser/goreleaser/commit/ac0d8417744f97839a5fd00af254d5e926f688ab): ci(deps): bump the actions group with 7 updates ([#&#8203;6267](https://github.com/goreleaser/goreleaser/issues/6267)) ([@&#8203;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 ([#&#8203;6203](https://github.com/goreleaser/goreleaser/issues/6203)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`2d1b42c`](https://github.com/goreleaser/goreleaser/commit/2d1b42c7aba4de4ced9883617bfb92b9d2a4a07e): fix(docker/v2): support linux/arm/v5 ([#&#8203;6202](https://github.com/goreleaser/goreleaser/issues/6202)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`2092ff9`](https://github.com/goreleaser/goreleaser/commit/2092ff91e6444fdfbae6e8559ba1d1bea0c49d4d): fix(dockers/v2): allow to disable SBOM ([#&#8203;6201](https://github.com/goreleaser/goreleaser/issues/6201)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`bf8f635`](https://github.com/goreleaser/goreleaser/commit/bf8f635ac85c12cfa5b3b031afcb6904f4767385): fix(dockers/v2): allow to disable configurations ([#&#8203;6200](https://github.com/goreleaser/goreleaser/issues/6200)) ([@&#8203;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. ([@&#8203;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 ([#&#8203;6207](https://github.com/goreleaser/goreleaser/issues/6207)) ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`2d05ec4`](https://github.com/goreleaser/goreleaser/commit/2d05ec4ad62bd87e7cb26e6b41e4f8d63ba44b60): fix(cask): remove uneeded template ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`12ae9ab`](https://github.com/goreleaser/goreleaser/commit/12ae9ab394a5ee68bd109c6ae4b320fd15af0969): fix(deps): update gocloud, otel, etc ([#&#8203;6190](https://github.com/goreleaser/goreleaser/issues/6190)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8c0d09e`](https://github.com/goreleaser/goreleaser/commit/8c0d09e7c2c65c002ba0989655c2265c33d3be20): fix(git): retry on when network is unreachable ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f9f04f3`](https://github.com/goreleaser/goreleaser/commit/f9f04f30c8f2e71c1f0824b02e9c77abb41ae74d): refactor: use official mcp library ([#&#8203;6175](https://github.com/goreleaser/goreleaser/issues/6175)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3c8d765`](https://github.com/goreleaser/goreleaser/commit/3c8d765e80f806c5ba900323a01200ab8e8dfb61): fix(cask): allow to set more than 1 binary ([#&#8203;6174](https://github.com/goreleaser/goreleaser/issues/6174)) ([@&#8203;Nurtic-Vibe](https://github.com/Nurtic-Vibe)) ##### Documentation updates - [`eaf8e6c`](https://github.com/goreleaser/goreleaser/commit/eaf8e6c407ece2b8eacf22aa218dbca26bbcdf6f): docs(dockers/v2): fix typo ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ac87699`](https://github.com/goreleaser/goreleaser/commit/ac876999c114f47e35a3458b6dbb4c47c37d596f): docs: add Flyte to the list of users ([#&#8203;6184](https://github.com/goreleaser/goreleaser/issues/6184)) ([@&#8203;eapolinario](https://github.com/eapolinario)) - [`5a3fbe1`](https://github.com/goreleaser/goreleaser/commit/5a3fbe1d5136b9a558eccac0d3bbbec416da35ce): docs: add default value for wrap directory ([#&#8203;6163](https://github.com/goreleaser/goreleaser/issues/6163)) ([@&#8203;FelicianoTech](https://github.com/FelicianoTech)) - [`cd5487f`](https://github.com/goreleaser/goreleaser/commit/cd5487f88eb604acd1352605b37b4a8efa98264d): docs: casks.binary deprecation notice ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8d8a28a`](https://github.com/goreleaser/goreleaser/commit/8d8a28afac632b8c56f2d506ef406232de1b1c2f): docs: clean up docs ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1e72fcf`](https://github.com/goreleaser/goreleaser/commit/1e72fcf0ab4d50d7dccac6a62ad08ae21f7d2f95): docs: fix duplicated packages comments ([#&#8203;6150](https://github.com/goreleaser/goreleaser/issues/6150)) ([@&#8203;alexandear](https://github.com/alexandear)) - [`3757309`](https://github.com/goreleaser/goreleaser/commit/37573096a8d28e095314da04195e9369cc3ce13c): docs: fix typo in release page ([#&#8203;6191](https://github.com/goreleaser/goreleaser/issues/6191)) ([@&#8203;FelicianoTech](https://github.com/FelicianoTech)) ##### Other work - [`0aafca0`](https://github.com/goreleaser/goreleaser/commit/0aafca09fdbcc4feb91a5c22d13f997f1bfc5180): ci(deps): bump the actions group with 6 updates ([#&#8203;6189](https://github.com/goreleaser/goreleaser/issues/6189)) ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`ed03d58`](https://github.com/goreleaser/goreleaser/commit/ed03d582220e93c25d84a352435ae19a6f403781): fix(docker/v2): handle bad COPY/ADD ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`6c05856`](https://github.com/goreleaser/goreleaser/commit/6c058569c53da9de5c5cd54fa1568e182fa6b004): fix(docker/v2): more logs ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`806492d`](https://github.com/goreleaser/goreleaser/commit/806492d3ff2621b95458f89f676d0d521582a7b5): fix(makeself): path to script, better tests ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`0ffcd8f`](https://github.com/goreleaser/goreleaser/commit/0ffcd8f444653cab8a4c95fad1290dcb9b39f48d): fix: error handling in github actions ([@&#8203;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 ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`54274e5`](https://github.com/goreleaser/goreleaser/commit/54274e51426fefa9faa4663dd27e8e293bbd204f): fix(makeself): keep script name ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f195f3c`](https://github.com/goreleaser/goreleaser/commit/f195f3ced5c7514f8296dea3dfe588b6d6d8b260): fix(sbom): --enrich=all should be the default ([#&#8203;6095](https://github.com/goreleaser/goreleaser/issues/6095)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`798a927`](https://github.com/goreleaser/goreleaser/commit/798a9279db12602fd4294af8fb3a7add82bec0d7): fix: lint ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`78ec122`](https://github.com/goreleaser/goreleaser/commit/78ec12230177c29f39bfeb76e79c9c75a6ba4d61): docs(sec): threat model ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`269a76b`](https://github.com/goreleaser/goreleaser/commit/269a76b03d8d549971322b1172e5ddaa2ae4aaf3): docs: fedora move exclude to repo config ([#&#8203;6103](https://github.com/goreleaser/goreleaser/issues/6103)) ([@&#8203;mulbc](https://github.com/mulbc)) - [`fd5a30f`](https://github.com/goreleaser/goreleaser/commit/fd5a30f7d489a8375dfe6e66a6a55d05ff8ae91a): docs: fix inconsistency about symlink in nfpm.md ([#&#8203;6094](https://github.com/goreleaser/goreleaser/issues/6094)) ([@&#8203;kaitokimuraofficial](https://github.com/kaitokimuraofficial)) - [`44b0d91`](https://github.com/goreleaser/goreleaser/commit/44b0d91479a6c795a572211ef25a7da1c6057e48): docs: fix title ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f63a01c`](https://github.com/goreleaser/goreleaser/commit/f63a01c9c84639e67de818b201e8930ffda5d858): docs: icons on smaller screens ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`821cd7a`](https://github.com/goreleaser/goreleaser/commit/821cd7abb9b997ea3cfc7388779c6eb2959ed905): docs: pin mkdocs-material image, add it to dependabot ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`0ef2b3f`](https://github.com/goreleaser/goreleaser/commit/0ef2b3f1a73111e859b66cb92f4b7bb27cfae27a): ci(sec): improve workflows ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3eea0d7`](https://github.com/goreleaser/goreleaser/commit/3eea0d775284baca07ed7a5050268c4eb50ed28b): ci(sec): improve workflows perms ([@&#8203;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
CSRBot force-pushed renovate/actions from 3609de394a to e8227ee61d 2025-09-29 15:07:59 +02:00 Compare
CSRBot changed title from chore(deps): update dependency goreleaser/goreleaser to v2.12.3 to chore(deps): update actions 2025-09-29 15:08:01 +02:00
CSRBot force-pushed renovate/actions from e8227ee61d to 1b4f3003c9 2025-10-01 06:07:28 +02:00 Compare
CSRBot force-pushed renovate/actions from 1b4f3003c9 to 1c8e34ecfc 2025-10-01 15:08:26 +02:00 Compare
CSRBot added 2 commits 2025-10-22 03:18:23 +02:00
CSRBot added 2 commits 2025-10-24 21:07:58 +02:00
CSRBot added 2 commits 2025-11-05 18:08:45 +01:00
CSRBot added 2 commits 2025-11-17 18:09:22 +01:00
CSRBot added 2 commits 2025-11-20 06:07:01 +01:00
CSRBot added 2 commits 2025-11-30 21:06:57 +01:00
CSRBot added 2 commits 2025-12-09 18:07:30 +01:00
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions:renovate/actions
git checkout renovate/actions
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/getidev#54
No description provided.