Skip to content

Bump GitHub Actions to Node.js 24-compatible versions#5491

Open
Copilot wants to merge 2 commits intomainfrom
copilot/bump-github-actions-node-24
Open

Bump GitHub Actions to Node.js 24-compatible versions#5491
Copilot wants to merge 2 commits intomainfrom
copilot/bump-github-actions-node-24

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

actions/checkout@v4, actions/setup-dotnet@v4, and actions/setup-node@v4 run on Node.js 20, which is deprecated on GitHub Actions runners and will be removed September 2026.

Changes

  • ci-test.yml: Updated three actions to their latest major versions:
    • actions/checkout: v4v6 (v6.0.2)
    • actions/setup-dotnet: v4v5 (v5.2.0)
    • actions/setup-node: v4v6 (v6.4.0)
    • actions/upload-artifact@v7 — already current, no change

Copilot AI linked an issue May 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update GitHub Actions to support Node.js 24 Bump GitHub Actions to Node.js 24-compatible versions May 6, 2026
Copilot AI requested a review from JustinGrote May 6, 2026 19:26
Copy link
Copy Markdown
Collaborator

@JustinGrote JustinGrote left a comment

Choose a reason for hiding this comment

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

Works as expected, notices on the job are gone.

Image

@JustinGrote JustinGrote marked this pull request as ready for review May 6, 2026 20:28
@JustinGrote JustinGrote requested a review from a team as a code owner May 6, 2026 20:28
Copilot AI review requested due to automatic review settings May 6, 2026 20:28
@JustinGrote JustinGrote enabled auto-merge (squash) May 6, 2026 20:28
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

This PR updates the CI workflow to use newer major versions of core GitHub Actions so the workflow remains compatible with the newer Node.js runtime used on GitHub-hosted runners.

Changes:

  • Bump actions/checkout from v4 to v6 in the CI workflow.
  • Bump actions/setup-dotnet from v4 to v5.
  • Bump actions/setup-node from v4 to v6.

Comment thread .github/workflows/ci-test.yml
Comment thread .github/workflows/ci-test.yml
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.

Bump Github Actions for Node.js 24

3 participants