ci: update actions to Node 24 runtimes#9
Conversation
Bump actions/cache v4 -> v5, rust-lang/crates-io-auth-action v1 -> v1.0.4, and softprops/action-gh-release v2 -> v3; all run on Node 24. Resolves the Node 20 deprecation warnings (Node 20 forced to 24 on 2026-06-16, removed 2026-09-16). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree GitHub Actions workflows receive single-line action version updates: ChangesCI Action Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Summary
GitHub is forcing Node 20 JS actions to Node 24 on 2026-06-16 and removing Node 20 on 2026-09-16. Update the actions that still ran on Node 20:
actions/cachev4→v5(node24; inputs unchanged)rust-lang/crates-io-auth-actionv1→v1.0.4(node24)softprops/action-gh-releasev2→v3(node24)actions/checkout@v5anddtolnay/rust-toolchain(composite) were already fine.🤖 Generated with Claude Code
Summary by CodeRabbit