chore: bump GitHub Actions to Node 24-compatible majors#119
Open
jbouder wants to merge 1 commit into
Open
Conversation
Bump all actions under .github/workflows/ to their latest stable majors so they run on Node 24 ahead of GitHub's Node 20 deprecation (runners default to Node 24 on 2026-06-16; Node 20 removed Fall 2026). - actions/checkout v4 -> v7 - actions/setup-go v5 -> v6 - actions/add-to-project v1.0.2 -> v2.0.0 (SHA pin) - docker/login-action v3 -> v4 - docker/metadata-action v5 -> v6 - docker/build-push-action v6 -> v7 - golangci/golangci-lint-action v7 -> v9 - azure/setup-helm v4 -> v5 Co-Authored-By: Claude Opus 4.8 (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.
Summary
Bumps all GitHub Actions under
.github/workflows/to their latest stable majors so they run on Node 24, ahead of GitHub's Node 20 deprecation (runners default to Node 24 on 2026-06-16; Node 20 fully removed Fall 2026).Closes #118.
Changes
actions/checkoutactions/setup-goactions/add-to-projectdocker/login-actiondocker/metadata-actiondocker/build-push-actiongolangci/golangci-lint-actionazure/setup-helmNotes:
golangci-lint-action@v9drops golangci-lint v1 support; the workflow already pinsversion: v2.4.0, so no config changes are needed.add-to-projectwas already SHA-pinned, so it stays SHA-pinned (repointed to the v2.0.0 commit) to preserve the existing convention.Out of scope
🤖 Generated with Claude Code