Skip to content

DEVEX-1090: Upgrade deprecated GitHub Actions to Node.js 24 compatible versions#107

Merged
pdodgen-revparts merged 1 commit intomainfrom
DEVEX-1090-upgrade-github-actions
Mar 25, 2026
Merged

DEVEX-1090: Upgrade deprecated GitHub Actions to Node.js 24 compatible versions#107
pdodgen-revparts merged 1 commit intomainfrom
DEVEX-1090-upgrade-github-actions

Conversation

@pdodgen-revparts
Copy link
Copy Markdown
Contributor

@pdodgen-revparts pdodgen-revparts commented Mar 25, 2026

Summary

  • Upgrade actions/checkout to v6 (from v2/v3/v4)
  • Upgrade actions/cache to v5 (from v2/v3/v4)
  • Upgrade nick-invision/retry to nick-fields/retry@v4 (author renamed account + Node.js 24 support)

These upgrades resolve the Node.js 20 deprecation warnings. GitHub Actions will force Node.js 24 starting June 2nd, 2026.

All upgrades are backward compatible with no breaking changes to workflow behavior.

Test plan

  • Verify CI workflows pass on this branch
  • Confirm no workflow behavior changes

Ticket: DEVEX-1090

…sions

Upgrade actions/checkout to v6, actions/cache to v5, and
nick-invision/retry to nick-fields/retry@v4 to resolve Node.js 20
deprecation warnings before the June 2026 enforcement date.

Ticket: DEVEX-1090
@cursor
Copy link
Copy Markdown

cursor bot commented Mar 25, 2026

PR Summary

Low Risk
Low risk version bumps across CI workflows, but they touch many pipelines so any upstream action behavior change could cause unexpected CI/deploy failures.

Overview
Updates GitHub Actions workflow dependencies to newer, Node.js 24-compatible versions.

Across the shared workflows, bumps actions/checkout to v6, actions/cache to v5, and replaces nick-invision/retry with nick-fields/retry@v4 where used, without changing the surrounding workflow logic.

Written by Cursor Bugbot for commit 756f613. This will update automatically on new commits. Configure here.

@pdodgen-revparts pdodgen-revparts marked this pull request as ready for review March 25, 2026 20:24
@pdodgen-revparts pdodgen-revparts requested a review from a team as a code owner March 25, 2026 20:24
@pdodgen-revparts pdodgen-revparts merged commit 4d2c08d into main Mar 25, 2026
3 checks passed
@pdodgen-revparts pdodgen-revparts deleted the DEVEX-1090-upgrade-github-actions branch March 25, 2026 20:29
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