Skip to content

Bump actions/checkout and actions/cache to v5 for Node 24 runtime#75

Merged
particlesector merged 2 commits into
mainfrom
claude/node-20-deprecation-ci-q5sp1g
Jul 17, 2026
Merged

Bump actions/checkout and actions/cache to v5 for Node 24 runtime#75
particlesector merged 2 commits into
mainfrom
claude/node-20-deprecation-ci-q5sp1g

Conversation

@particlesector

Copy link
Copy Markdown
Owner

Summary

  • GitHub Actions is deprecating Node 20 on runners, so actions/checkout@v4 and actions/cache@v4 (both still targeting Node 20) were being force-run on Node 24 with a deprecation warning on every CI run.
  • Bumped actions/checkout and actions/cache to @v5 (Node 24 runtime) in both the Windows and Linux jobs of .github/workflows/ci.yml.

Test plan

  • Pushed to the branch and confirmed CI run #193 no longer emits the Node.js 20 is deprecated warning on either job.
  • Verified the unrelated CMake "unused variables" warning on the Windows job comes from vcpkg's upstream vulkan-loader port (not our code) and pre-dates this change (confirmed present in run #189 on main).

Generated by Claude Code

claude added 2 commits July 16, 2026 14:22
GitHub is deprecating Node 20 on Actions runners; checkout@v4 and
cache@v4 still target Node 20, so runs get forced onto Node 24 with a
deprecation warning. v5 of both actions ships with a Node 24 runtime.
The Linux job's vcpkg-package cache step still pinned v4, so the Node
20 deprecation warning kept showing on Linux runs even after the
Windows jobs and other steps were bumped to v5.
@particlesector
particlesector merged commit 68c81d5 into main Jul 17, 2026
4 checks passed
@particlesector
particlesector deleted the claude/node-20-deprecation-ci-q5sp1g branch July 17, 2026 01:44
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.

2 participants