Skip to content

chore(ci): bump actions/setup-node to v6.4.0 in remaining workflows#473

Merged
Luis85 merged 2 commits into
developfrom
chore/bump-setup-node-v6
May 10, 2026
Merged

chore(ci): bump actions/setup-node to v6.4.0 in remaining workflows#473
Luis85 merged 2 commits into
developfrom
chore/bump-setup-node-v6

Conversation

@Luis85
Copy link
Copy Markdown
Owner

@Luis85 Luis85 commented May 10, 2026

Summary

Bump the last two actions/setup-node pins from v4.4.0 (Node.js 20) to v6.4.0 (Node.js 24-compatible), matching the pin already used by verify.yml, release.yml, and smoke-test.yml.

actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

Closes #472.

Why

GitHub forces Node.js 24 by default starting 2026-06-02 and removes Node.js 20 from runners on 2026-09-16. Surfaced as an annotation on the archive sync run while debugging #466 / #470.

Verification

  • YAML-only diff; no code or test changes.
  • CI runs verify.yml + relevant workflow checks on every PR.
  • Pages workflow runs on push to develop after merge — will confirm the bump there.
  • Archive sync runs nightly + on dispatch — next nightly will confirm the bump.

🤖 Generated with Claude Code

Symprowire and others added 2 commits May 10, 2026 17:56
Last two workflows still pinned actions/setup-node@v4.4.0 (Node.js 20).
GitHub forces Node.js 24 by default starting 2026-06-02 and removes
Node.js 20 entirely on 2026-09-16.

verify.yml, release.yml, smoke-test.yml already use v6.4.0; bump
pages.yml and sync-github-archive.yml to the same pinned SHA.
@Luis85 Luis85 merged commit 7147423 into develop May 10, 2026
9 checks passed
@Luis85 Luis85 deleted the chore/bump-setup-node-v6 branch May 10, 2026 16:14
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.

chore(ci): bump actions/setup-node to v6 in pages.yml + sync-github-archive.yml

2 participants