Skip to content

[code-update-service] Running code-update job: actions-node20-runtime-upgrade - #3

Open
code-update-service[bot] wants to merge 1 commit into
masterfrom
actions-node20-runtime-upgrade-67476
Open

code-update-service[bot] wants to merge 1 commit into
masterfrom
actions-node20-runtime-upgrade-67476

Conversation

@code-update-service

Copy link
Copy Markdown

🤖 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

File Action Old Version New Version
.github/workflows/pull-request.yaml actions/checkout v1 v5
.github/workflows/pull-request.yaml actions/checkout v3 (x2) v5
.github/workflows/release.yaml actions/checkout v2 v5
.github/workflows/release.yaml actions/upload-release-asset (x3) v1 Replaced by softprops/action-gh-release@v3
.github/workflows/release.yaml bruceadams/get-release v1.2.2 Removed (no longer needed after consolidation)

Files Changed

  • .github/workflows/pull-request.yaml
  • .github/workflows/release.yaml

Could Not Auto-Resolve

File Action Reason
.github/workflows/label-all-new-issues.yml andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 Not in pinned versions table; GitHub API unavailable (rate limited) to look up latest release

Copilot AI lite review requested due to automatic review settings August 31, 2026 14:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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/checkout usage in PR and release workflows to v5.
  • 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-hosted gha-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
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