Bump GitHub Actions versions#747
Merged
externl merged 1 commit intozeroc-ice:mainfrom Mar 17, 2026
Merged
Conversation
- Update `actions/checkout` from `v4` to `v6` across GitHub workflow files - Upgrade workflow setup actions: `actions/setup-java` from `v4` to `v5` and `actions/setup-dotnet` from `v4` to `v5` - Update Node.js setup to `actions/setup-node@v6` in both the shared composite action and workflow definitions
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow dependencies to newer major versions across the repo’s CI/lint pipelines, aligning the various language demo checks with the intended action upgrades.
Changes:
- Bump
actions/checkoutversion across all workflows. - Upgrade setup actions in workflows (
setup-java,setup-dotnet,setup-node) and the shared composite Node setup action. - Keep Node setup consistent by updating both the composite action and direct workflow usage.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/swift.yml | Updates checkout action version for Swift formatting/lint job. |
| .github/workflows/python.yml | Updates checkout action version for Ruff and Pyright jobs. |
| .github/workflows/markdown.yml | Updates checkout and Node setup action versions for markdown linting. |
| .github/workflows/javascript.yml | Updates checkout action version for JS lint/format workflow. |
| .github/workflows/java.yml | Updates checkout and Java setup action versions for rewrite/lint workflow. |
| .github/workflows/dotnet.yml | Updates checkout action version for .NET format workflow. |
| .github/workflows/devcontainer.yml | Updates checkout action version for devcontainer build workflow. |
| .github/workflows/cpp.yml | Updates checkout action version across C++ formatting/tidy/vscode-cmake jobs. |
| .github/workflows/ci.yml | Updates checkout, .NET setup, and Java setup action versions in main CI workflows. |
| .github/actions/setup-node/action.yml | Updates Node setup action version in the shared composite action. |
You can also share your feedback on Copilot code review. Take the survey.
pepone
approved these changes
Mar 17, 2026
externl
added a commit
that referenced
this pull request
Mar 17, 2026
- Update `actions/checkout` from `v4` to `v6` across GitHub workflow files - Upgrade workflow setup actions: `actions/setup-java` from `v4` to `v5` and `actions/setup-dotnet` from `v4` to `v5` - Update Node.js setup to `actions/setup-node@v6` in both the shared composite action and workflow definitions (cherry picked from commit a7db412)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/checkoutfromv4tov6across GitHub workflow filesactions/setup-javafromv4tov5andactions/setup-dotnetfromv4tov5actions/setup-node@v6in both the shared composite action and workflow definitions