Skip to content

ci(release): bump release actions off deprecated Node 20 to Node 24#60

Merged
felixgeelhaar merged 1 commit into
mainfrom
fix/node20-actions
Jul 5, 2026
Merged

ci(release): bump release actions off deprecated Node 20 to Node 24#60
felixgeelhaar merged 1 commit into
mainfrom
fix/node20-actions

Conversation

@felixgeelhaar

Copy link
Copy Markdown
Collaborator

The release.yml workflow pinned actions still on the Node 20 runtime — GitHub now forces them onto Node 24 and logs a deprecation warning on every release. Bumped to current Node 24 releases (SHA-pinned; each action.yml runs.using verified as node24):

Action Was Now
actions/checkout v4.2.2 v7.0.0
actions/setup-go v5.5.0 v6.5.0
docker/setup-qemu-action v3.6.0 v4.2.0
docker/setup-buildx-action v3.10.0 v4.2.0
docker/login-action v3.4.0 v4.4.0
goreleaser/goreleaser-action v6.3.0 v7.2.3

Also pinned version: "~> v2" (was latest) on the goreleaser step to lock the major and silence its separate default-version warning. goreleaser-action v7 keeps the same distribution/version/args inputs and targets goreleaser v2 (which latest already resolved to), so behavior is unchanged.

The ci/integration/provenance workflows were already on current versions. Exercised on the next release tag.

https://claude.ai/code/session_01QKTcmXFTKoTQr7mB3HCuHZ

The release workflow pinned actions still on the Node 20 runtime (GitHub now
forces them onto Node 24 with a deprecation warning). Bump to current Node 24
releases (SHA-pinned):

- actions/checkout v4.2.2 -> v7.0.0
- actions/setup-go v5.5.0 -> v6.5.0  (matches provenance.yml)
- docker/setup-qemu-action v3.6.0 -> v4.2.0
- docker/setup-buildx-action v3.10.0 -> v4.2.0
- docker/login-action v3.4.0 -> v4.4.0
- goreleaser/goreleaser-action v6.3.0 -> v7.2.3

Also pin goreleaser 'version: "~> v2"' (was 'latest') to lock the major and
silence the action's default-version warning. All action.yml runs.using were
verified as node24. Other workflows (ci/integration/provenance) were already
current.

Claude-Session: https://claude.ai/code/session_01QKTcmXFTKoTQr7mB3HCuHZ
@felixgeelhaar felixgeelhaar merged commit ce69da6 into main Jul 5, 2026
7 checks passed
@felixgeelhaar felixgeelhaar deleted the fix/node20-actions branch July 5, 2026 10:26
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.

1 participant