Skip to content

chore: bump GitHub Actions to Node 24-compatible majors#430

Open
jbouder wants to merge 1 commit into
mainfrom
chore/actions-node24-bump-429
Open

chore: bump GitHub Actions to Node 24-compatible majors#430
jbouder wants to merge 1 commit into
mainfrom
chore/actions-node24-bump-429

Conversation

@jbouder

@jbouder jbouder commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Closes #429

Summary

GitHub defaults Actions runners to Node 24 on 2026-06-16 and fully removes Node 20 in Fall 2026. This bumps every action under .github/workflows/ to its latest stable major so they run on the Node 24 runtime and stop emitting Node 20 deprecation annotations. Existing SHA pins are preserved — only the pinned SHA and its version comment change.

Bumps

Action From To
actions/checkout v6.0.2 v7.0.0
actions/setup-go v6.2.0 v6.5.0
actions/setup-node v6.2.0 v6.4.0
actions/download-artifact v4.3.0 v8.0.1
actions/upload-artifact v4.6.2 / v6.0.0 v7.0.1
actions/cache v4.2.4 v6.1.0
codecov/codecov-action v5.5.2 v7.0.0
goreleaser/goreleaser-action v6.4.0 v7.2.2
superfly/flyctl-actions/setup-flyctl 1.5 (node20) 1.6 (node24)
softprops/action-gh-release v2.2.2 v3.0.1
docker/setup-qemu-action v3.7.0 v4.1.0
docker/setup-buildx-action v3.12.0 v4.1.0
docker/metadata-action v5.10.0 v6.1.0
docker/login-action v3.7.0 v4.2.0
docker/build-push-action v6.19.2 v7.2.0

Intentional exception

golangci/golangci-lint-action is left on v6.5.2 (which runs on Node 20). Every Node 24 major (v7+) installs golangci-lint v2, which uses an incompatible config schema — our .golangci.yml is still v1 format (disable-all, gosimple, linters-settings, issues.exclude-files). Bumping it would force a golangci-lint v1→v2 config migration, which is out of scope for this version-bump-only change. Tracking that as a follow-up. This is the only remaining action that will still emit a Node 20 annotation.

Out of scope (per issue)

  • Workflow logic / topology / trigger changes
  • Introducing Dependabot/Renovate for actions
  • Upgrading runtimes used inside jobs

🤖 Generated with Claude Code

GitHub defaults Actions runners to Node 24 on 2026-06-16 and removes
Node 20 in Fall 2026. Bump every action under .github/workflows/ to its
latest stable major so they run on the Node 24 runtime and stop emitting
Node 20 deprecation annotations. SHA pins are kept; only the pinned SHA
and version comment change.

- actions/checkout            v6.0.2  -> v7.0.0
- actions/setup-go            v6.2.0  -> v6.5.0
- actions/setup-node          v6.2.0  -> v6.4.0
- actions/download-artifact   v4.3.0  -> v8.0.1
- actions/upload-artifact     v4.6.2/v6.0.0 -> v7.0.1
- actions/cache               v4.2.4  -> v6.1.0
- codecov/codecov-action      v5.5.2  -> v7.0.0
- goreleaser/goreleaser-action v6.4.0 -> v7.2.2
- superfly/setup-flyctl       1.5     -> 1.6 (node20 -> node24)
- softprops/action-gh-release v2.2.2  -> v3.0.1
- docker/setup-qemu-action    v3.7.0  -> v4.1.0
- docker/setup-buildx-action  v3.12.0 -> v4.1.0
- docker/metadata-action      v5.10.0 -> v6.1.0
- docker/login-action         v3.7.0  -> v4.2.0
- docker/build-push-action    v6.19.2 -> v7.2.0

golangci/golangci-lint-action is intentionally left on v6.5.2: every
Node 24 major (v7+) requires golangci-lint v2, which uses an incompatible
config schema. Migrating .golangci.yml to v2 is deferred to a follow-up.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for nebi-docs canceled.

Name Link
🔨 Latest commit c2ef307
🔍 Latest deploy log https://app.netlify.com/projects/nebi-docs/deploys/6a3ee5550205b50008ca747e

@jbouder jbouder changed the title Bump GitHub Actions to Node 24-compatible versions chore: bump GitHub Actions to Node 24-compatible majors Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade GitHub Actions to Node 24-Compatible Versions (Node 20 Deprecation)

1 participant