Skip to content

chore(ci): bump GitHub Actions off Node 20 runtimes#11

Open
clo-ciq wants to merge 1 commit intomainfrom
chore/node20-eol-actions-bump-2026-05
Open

chore(ci): bump GitHub Actions off Node 20 runtimes#11
clo-ciq wants to merge 1 commit intomainfrom
chore/node20-eol-actions-bump-2026-05

Conversation

@clo-ciq
Copy link
Copy Markdown

@clo-ciq clo-ciq commented May 8, 2026

Summary

Node 20 reached EOL on 2026-04-30. This PR bumps GitHub Actions to current stable releases, pinned by full commit SHA with the target tag in a trailing comment.

Changes

Action Before After
actions/checkout v4 v6.0.2

Files touched: 1 workflow file(s), 1 line change(s).

Test plan

  • Existing CI runs on this PR and stays green.
  • If this repo's workflows aren't PR-triggered, dispatch them manually after merge or via workflow_dispatch.

Part of an org-wide bulk update across ~135 ctrliq repos to escape Node 20 EOL.

Node 20 reached EOL on 2026-04-30. Pin all first- and third-party
GitHub Actions to current stable releases by full commit SHA, with the
target tag in a trailing comment.

Updated:
  - actions/checkout: v4 -> v6.0.2
Copilot AI review requested due to automatic review settings May 8, 2026 20:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow to use a newer actions/checkout release (pinned by full SHA) to align the repository’s GitHub Actions usage with current supported runtimes after Node 20 EOL.

Changes:

  • Bump actions/checkout from v4 to a SHA-pinned v6.0.2 in the test workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants