Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork114
Update Action to use node24 runtime#1468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@mikepenz 👋 This repository doesn't haveCopilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Clickhere to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
node24 runtime@copilot remove the unrelated |
github-actionsbot commentedAug 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
| ||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR updates the GitHub Action to use the newernode24 runtime instead of the deprecatednode20 runtime, ensuring compatibility with the latest Node.js version supported by GitHub Actions.
Key changes:
- Updated action runtime specification from
node20tonode24 - Updated CI workflow to use Node.js 24.x for consistency with the action runtime
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| action.yml | Updates runtime specification to usenode24 instead ofnode20 |
| .github/workflows/ci.yml | Updates CI workflow to use Node.js 24.x for consistency |
Co-authored-by: mikepenz <1476232+mikepenz@users.noreply.github.com>
Co-authored-by: mikepenz <1476232+mikepenz@users.noreply.github.com>
Co-authored-by: mikepenz <1476232+mikepenz@users.noreply.github.com>
f991924 intodevelopUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This PR updates the GitHub Action to use the
node24runtime instead of the deprecatednode20runtime.Changes Made
using: 'node20'tousing: 'node24'Testing
npm run packageThe change is minimal and maintains full backward compatibility while ensuring the action uses the latest supported Node.js runtime in GitHub Actions.
Fixes#1467.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
gitea.com/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(dns block)https://api.github.com/graphql/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/lib/main.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/compare/1.5.0...2.0.0/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/compare/2.0.0...3.0.0-a01/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/compare/2.0.0...3.0.1/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/releases/tags/1.5.0/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/releases/tags/2.0.0/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/releases/tags/3.0.0-a01/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)https://api.github.com/repos/mikepenz/release-changelog-builder-action-playground/releases/tags/3.0.1/usr/local/bin/node /home/REDACTED/work/release-changelog-builder-action/release-changelog-builder-action/node_modules/jest-worker/build/processChild.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Clickhere to start the survey.