[code-update-service] Running code-update job: actions-node20-runtime-upgrade - #84
[code-update-service] Running code-update job: actions-node20-runtime-upgrade #84code-update-service[bot] wants to merge 1 commit into
Conversation
|
💡 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 Teams that could be configured:
📖 Get started: Follow this configuration guide to set up Slack channels for your teams. |
There was a problem hiding this comment.
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/checkoutfromv4tov5in build and release workflows. - Upgrade
actions/stalefromv8tov10in 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 | |||
🤖 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
.github/workflows/build.ymlactions/checkoutv4v5.github/workflows/release.ymlactions/checkoutv4v5.github/workflows/stale.ymlactions/stalev8v10Files Changed
.github/workflows/build.yml.github/workflows/release.yml.github/workflows/stale.ymlActions That Could Not Be Auto-Resolved
None.