build(deps): bump the actions group with 10 updates#51
Merged
Conversation
Bumps the actions group with 10 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.2` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `d0d8abe699bfb85fec6de9f7adb5ae17292296ff` | `d0cc045d04ccac9d8b7881df0226f9e82c39688e` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.6.0` | `6.4.0` | | [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) | `3.1.2` | `4.0.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.3.1` | `6.1.0` | | [hashicorp/setup-packer](https://github.com/hashicorp/setup-packer) | `3.1.0` | `3.2.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.2.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.4.0` | `5.0.0` | Updates `actions/checkout` from 4.3.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...de0fac2) Updates `astral-sh/setup-uv` from d0d8abe699bfb85fec6de9f7adb5ae17292296ff to d0cc045d04ccac9d8b7881df0226f9e82c39688e - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@d0d8abe...d0cc045) Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) Updates `actions/setup-go` from 5.6.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@40f1582...4a36011) Updates `hashicorp/setup-terraform` from 3.1.2 to 4.0.0 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@b9cd54a...5e8dbf3) Updates `aws-actions/configure-aws-credentials` from 4.3.1 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@7474bc4...ec61189) Updates `hashicorp/setup-packer` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/hashicorp/setup-packer/releases) - [Commits](hashicorp/setup-packer@1aa358b...c3d53c5) Updates `actions/setup-python` from 5.6.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...a309ff8) Updates `googleapis/release-please-action` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@16a9c90...45996ed) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: d0cc045d04ccac9d8b7881df0226f9e82c39688e dependency-type: direct:production dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: hashicorp/setup-terraform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: hashicorp/setup-packer dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: googleapis/release-please-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
The precommit workflow needs Go to compile linting tools (actionlint, staticcheck), not to match the module's runtime version. Using go-version: stable ensures tools that require newer Go versions can compile without bumping the module's go.mod. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
staticcheck v0.5.1 depends on golang.org/x/tools which fails to compile with Go 1.24. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026.1 requires Go >= 1.25.0 which isn't available yet. 2025.1.1 is the latest release that supports Go 1.24. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the actions group with 10 updates:
4.3.16.0.2d0d8abe699bfb85fec6de9f7adb5ae17292296ffd0cc045d04ccac9d8b7881df0226f9e82c39688e4.0.05.0.04.0.55.0.05.6.06.4.03.1.24.0.04.3.16.1.03.1.03.2.05.6.06.2.04.4.05.0.0Updates
actions/checkoutfrom 4.3.1 to 6.0.2Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Updates
astral-sh/setup-uvfrom d0d8abe699bfb85fec6de9f7adb5ae17292296ff to d0cc045d04ccac9d8b7881df0226f9e82c39688eCommits
Updates
actions/upload-pages-artifactfrom 4.0.0 to 5.0.0Release notes
Sourced from actions/upload-pages-artifact's releases.
Commits
fc324d3Merge pull request #139 from Tom-van-Woudenberg/patch-1fe9d4b7Merge branch 'main' into patch-10ca1617Merge pull request #137 from jonchurch/include-hidden-files57f0e84Update action.yml4a90348v7 --> hash56f665aUpdate upload-artifact action to version 7f7615f5Addinclude-hidden-filesinputUpdates
actions/deploy-pagesfrom 4.0.5 to 5.0.0Release notes
Sourced from actions/deploy-pages's releases.
Commits
cd2ce8fMerge pull request #404 from salmanmkc/node24bbe2a95Update Node.js version to 24.x854d7aaMerge pull request #374 from actions/Jcambass-patch-1306bb81Add workflow file for publishing releases to immutable action packageb742728Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294Bump braces in the npm_and_yarn group across 1 directory963791fMerge pull request #361 from actions/dependabot-friendly51bb29dMake the rebuild dist workflow safer for Dependabot89f3d10Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21Updates
actions/setup-gofrom 5.6.0 to 6.4.0Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)4b73464Fix golang download url to go.dev (#469)a5f9b05Update default Go module caching to use go.mod (#705)7a3fe6cBump qs from 6.14.0 to 6.14.1 (#703)b9adafdBump actions/checkout from 5 to 6 (#686)d73f6bcREADME.md: correct to actions/checkout@v6 (#683)ae252eeBump@actions/cacheto v5 (#695)Updates
hashicorp/setup-terraformfrom 3.1.2 to 4.0.0Release notes
Sourced from hashicorp/setup-terraform's releases.
Changelog
Sourced from hashicorp/setup-terraform's changelog.
... (truncated)
Commits
5e8dbf3Update package version6eb9b2aUpdate changelogaf062bcfeat: upgrade to node 24 (#503)ce70bcfBump@actions/githubfrom 7.0.0 to 8.0.0 (#528)d92091bBump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group (#527)dcc3150Bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group (#525)93d5a27Bump@actions/githubfrom 6.0.1 to 7.0.0 (#523)92e4d08Bump dessant/lock-threads in the github-actions group (#519)071811aBump the github-actions group with 2 updates (#517)712b439Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#515)Updates
aws-actions/configure-aws-credentialsfrom 4.3.1 to 6.1.0Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
... (truncated)
Commits
ec61189chore(main): release 6.1.0 (#1717)81676ebchore(deps): bump vite from 7.1.11 to 7.3.2 (#1721)dc64d28chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#1720)bc0a50achore: Update dist9ea6412chore(deps): bump proxy-agent from 6.5.0 to 7.0.0 (#1686)0a87594chore: Update dista7f0c82feat: Support usage of AWS Profiles (#1696)e6bb6e5chore: add text to CONTRIBUTING.md (#1719)11b1c58feat: add skip cleanup option (#1716)51635dbchore: Update distUpdates
hashicorp/setup-packerfrom 3.1.0 to 3.2.0Release notes
Sourced from hashicorp/setup-packer's releases.
Commits
c3d53c5SECVULN: Update undici (#165)55fb36cupgrading undici to 6.23.0 (#155)5467857Bump axios from 1.13.2 to 1.13.5 in the npm_and_yarn group across 1 directory...7e22a13[COMPLIANCE] Update Copyright and License Headers (#153)c6a9771Remove copyright holder from .copywrite.hcl (#152)16c34dbUpdates dependencies (#151)338341a[COMPLIANCE] Update Copyright and License Headers (#150)76e3039Bump axios from 1.6.8 to 1.7.5 in the npm_and_yarn group (#124)a6bcd26Bump@types/nodefrom 22.2.0 to 22.5.0 (#123)59271c2Bump@types/nodefrom 22.0.0 to 22.2.0 (#121)Updates
actions/setup-pythonfrom 5.6.0 to 6.2.0Release notes
Sourced from actions/setup-python's releases.