Skip to content

ci: bump actions/checkout, setup-go, setup-node to latest majors - #20

Merged
abienkowski merged 1 commit into
mainfrom
ci/bump-actions-node24
Aug 18, 2026
Merged

ci: bump actions/checkout, setup-go, setup-node to latest majors#20
abienkowski merged 1 commit into
mainfrom
ci/bump-actions-node24

Conversation

@abienkowski

Copy link
Copy Markdown
Collaborator

Problem

release-verify (and CI generally) logs deprecation warnings:

Node.js 20 is deprecated. The following actions target Node.js 20 but are
being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5,
actions/setup-node@v4.

GitHub is deprecating Node 20 on Actions runners (see changelog).

Fix

Bumped all three actions to their latest major versions, all of which declare using: node24:

  • actions/checkout v4 → v7
  • actions/setup-go v5 → v7
  • actions/setup-node v4 → v7

Checked each intermediate major's release notes for breaking changes relevant to this repo:

  • setup-go v6 changed toolchain-selection handling — doesn't affect us since we pass a fixed go-version (1.22) matching go.mod's go 1.22 line, with no toolchain directive.
  • setup-node v5/v6 changed npm caching behavior — doesn't affect us since we already pass cache: npm explicitly and ts/package.json has no packageManager field.
  • checkout v5/v6/v7 — no behavioral changes relevant to this repo (persisted-credentials-file change, ESM migration, etc.).

Verification

All 6 CI checks + the workflow-syntax itself will confirm this in the PR run.

Resolves the Node.js 20 deprecation warning on release-verify and CI runs
(GitHub is deprecating Node 20 on Actions runners). All three actions now
declare using: node24:

- actions/checkout v4 -> v7
- actions/setup-go v5 -> v7
- actions/setup-node v4 -> v7

Checked release notes for breaking changes: setup-go v6's toolchain
handling change and setup-node v6's caching change don't affect this repo
(fixed go-version/node-version strings, explicit cache: npm already set).
@abienkowski
abienkowski merged commit dc3a140 into main Aug 18, 2026
6 checks passed
@abienkowski
abienkowski deleted the ci/bump-actions-node24 branch August 18, 2026 18:43
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