Skip to content

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

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

[code-update-service] Running code-update job: actions-node20-runtime-upgrade #84
code-update-service[bot] wants to merge 1 commit into
masterfrom
actions-node20-runtime-upgrade-66272

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#33376225505

Actions Node20 Runtime Upgrade Summary

GitHub Actions using deprecated Node.js 20 runtimes were updated to newer major versions that use a supported runtime.

Actions Upgraded

File Action Old Version New Version
.github/workflows/build.yml actions/checkout v4 v5
.github/workflows/release.yml actions/checkout v4 v5
.github/workflows/stale.yml actions/stale v8 v10

Files Changed

  • .github/workflows/build.yml
  • .github/workflows/release.yml
  • .github/workflows/stale.yml

Actions That Could Not Be Auto-Resolved

None.

Copilot AI lite review requested due to automatic review settings August 31, 2026 09:11
@code-update-service
code-update-service Bot requested a review from a team as a code owner August 31, 2026 09:11
@platon-github-app-production

Copy link
Copy Markdown

💡 Auto Review Request Feature Available

This repository can be configured to automatically request reviews from teams via Slack notifications. Once configured, you'll be able to comment /request-review to instantly notify teams.

Teams that could be configured:

  • android: No Slack channel configured

📖 Get started: Follow this configuration guide to set up Slack channels for your teams.

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 pins to newer major versions to eliminate deprecated Node.js 20 runtime warnings and align workflows with the Node24 runtime migration.

Changes:

  • Upgrade actions/checkout from v4 to v5 in build and release workflows.
  • Upgrade actions/stale from v8 to v10 in the maintenance workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/build.yml Bumps actions/checkout to v5 for the build job.
.github/workflows/release.yml Bumps actions/checkout to v5 for the release job.
.github/workflows/stale.yml Bumps actions/stale to v10 for stale issue/PR automation.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
@@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
@@ -12,7 +12,7 @@ jobs:
stale:
runs-on: ubuntu-latest
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