README for updating actions/github-script from v7 to v8#653
Merged
sneha-krip merged 4 commits intomainfrom Sep 4, 2025
Merged
Conversation
|
Hello from actions/github-script! (460d17e) |
salmanmkc
reviewed
Sep 4, 2025
Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
heavymachinery
approved these changes
Sep 4, 2025
There was a problem hiding this comment.
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.
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Feb 8, 2026
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README update for new version 8 which uses Node 24