-
Notifications
You must be signed in to change notification settings - Fork 541
README for updating actions/github-script from v7 to v8 #653
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello from actions/github-script! (460d17e) |
Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
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 README documentation to reflect the release of version 8 of the actions/github-script action, which upgrades the runtime from Node 20 to Node 24.
- Adds a new "V8" section to the Breaking Changes documentation explaining the Node 24 upgrade
- Updates all example usage references from
@v7to@v8throughout the README
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. Release notes *Sourced from [actions/github-script's releases](https://github.com/actions/github-script/releases).* > v8.0.0 > ------ > > What's Changed > -------------- > > * Update Node.js version support to 24.x by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/github-script#637](https://redirect.github.com/actions/github-script/pull/637) > * README for updating actions/github-script from v7 to v8 by [`@sneha-krip`](https://github.com/sneha-krip) in [actions/github-script#653](https://redirect.github.com/actions/github-script/pull/653) > >⚠️ Minimum Compatible Runner Version > ------------------------------------ > > **v2.327.1** > [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) > > Make sure your runner is updated to this version or newer to use this release. > > New Contributors > ---------------- > > * [`@salmanmkc`](https://github.com/salmanmkc) made their first contribution in [actions/github-script#637](https://redirect.github.com/actions/github-script/pull/637) > * [`@sneha-krip`](https://github.com/sneha-krip) made their first contribution in [actions/github-script#653](https://redirect.github.com/actions/github-script/pull/653) > > **Full Changelog**: <actions/github-script@v7.1.0...v8.0.0> Commits * [`ed59741`](actions/github-script@ed59741) Merge pull request [#653](https://redirect.github.com/actions/github-script/issues/653) from actions/sneha-krip/readme-for-v8 * [`2dc352e`](actions/github-script@2dc352e) Bold minimum Actions Runner version in README * [`01e118c`](actions/github-script@01e118c) Update README for Node 24 runtime requirements * [`8b222ac`](actions/github-script@8b222ac) Apply suggestion from [`@salmanmkc`](https://github.com/salmanmkc) * [`adc0eea`](actions/github-script@adc0eea) README for updating actions/github-script from v7 to v8 * [`20fe497`](actions/github-script@20fe497) Merge pull request [#637](https://redirect.github.com/actions/github-script/issues/637) from actions/node24 * [`e7b7f22`](actions/github-script@e7b7f22) update licenses * [`2c81ba0`](actions/github-script@2c81ba0) Update Node.js version support to 24.x * See full diff in [compare view](actions/github-script@f28e40c...ed59741) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
README update for new version 8 which uses Node 24