Skip to content

ci: bump checkout/cache actions to Node 24 majors - #490

Merged
michaelJustin merged 1 commit into
masterfrom
ci-bump-actions-node24
Sep 10, 2026
Merged

ci: bump checkout/cache actions to Node 24 majors#490
michaelJustin merged 1 commit into
masterfrom
ci-bump-actions-node24

Conversation

@michaelJustin

Copy link
Copy Markdown
Owner

What

GitHub is forcing actions/checkout@v4 and actions/cache@v4 onto Node 24 and warning that Node 20 is deprecated. This bumps them to the v5 majors, which run on Node 24 natively.

  • tests.yml: actions/checkout@v4@v5 (3 uses), actions/cache@v4@v5
  • doxygen.yml: stale actions/checkout@v3@v5

Remaining Node 20 actions (actions/upload-artifact@v4, peaceiris/actions-gh-pages@v3) are third-party / have no newer major and were not flagged.

🤖 Generated with Claude Code

GitHub is forcing actions/checkout@v4 and actions/cache@v4 onto Node 24
and warning that Node 20 is deprecated. Bump to the v5 majors, which run
on Node 24 natively. Also bump the stale actions/checkout@v3 in the
Doxygen workflow.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@michaelJustin
michaelJustin merged commit 5aa6895 into master Sep 10, 2026
2 checks passed
@michaelJustin
michaelJustin deleted the ci-bump-actions-node24 branch September 10, 2026 14:15
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