[code-update-service] Running code-update job: actions-node20-runtime-upgrade - #3
Open
code-update-service[bot] wants to merge 1 commit into
Open
code-update-service[bot] wants to merge 1 commit into
code-update-service[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Changes: Build and packaging (1)
This PR updates GitHub Actions workflow dependencies to newer major versions to eliminate deprecated Node.js 20 runtime warnings and align with the Node24 migration.
Changes:
- Upgraded
actions/checkoutusage in PR and release workflows tov5. - Consolidated release asset uploading by switching to
softprops/action-gh-release@v3.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/pull-request.yaml |
Updates checkout action version; needs runner + YAML indentation fixes for the build-validate job. |
.github/workflows/release.yaml |
Updates checkout action version and replaces upload steps with action-gh-release; needs runner change and explicit token wiring. |
Suppressed comments (1)
.github/workflows/pull-request.yaml:20
- This workflow uses the GitHub-hosted runner
ubuntu-latest, but org policy requires self-hostedgha-production-*runners to avoid uncontrolled egress and supply-chain risk.
build-validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -6,38 +6,16 @@ jobs: | |||
| build-assets: | |||
| runs-on: ubuntu-latest | |||
Comment on lines
+14
to
16
| - name: Upload release assets | ||
| uses: softprops/action-gh-release@v3 | ||
| with: |
Comment on lines
8
to
+12
| runs-on: ubuntu-latest | ||
| container: | ||
| image: rancher/dapper:v0.5.4 | ||
| steps: | ||
| - uses: actions/checkout@v1 | ||
| - uses: actions/checkout@v5 |
Comment on lines
18
to
22
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v3 | ||
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Build binaries |
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.
🤖 This PR was raised by the code-update-service! 🤖.
This code update job updates outdated GitHub Actions pins that still trigger deprecated Node.js 20 runtime warnings.
It focuses on workflow action version upgrades to align with the Node24 runtime migration.
🤖 Changes are generated by claude-code. 🤖
⚙️ Workflow run: code-update-service#33401394181
Actions Node20 Runtime Upgrade Summary
GitHub Actions using deprecated Node.js 20 runtimes were updated to newer major versions to eliminate workflow deprecation warnings.
Actions Upgraded
.github/workflows/pull-request.yamlactions/checkoutv1v5.github/workflows/pull-request.yamlactions/checkoutv3(x2)v5.github/workflows/release.yamlactions/checkoutv2v5.github/workflows/release.yamlactions/upload-release-asset(x3)v1softprops/action-gh-release@v3.github/workflows/release.yamlbruceadams/get-releasev1.2.2Files Changed
.github/workflows/pull-request.yaml.github/workflows/release.yamlCould Not Auto-Resolve
.github/workflows/label-all-new-issues.ymlandymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90