chore(deps): update actions/github-script action to v9 - #71
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
May 2, 2026 00:11
1243f7c to
6ece1c9
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
2 times, most recently
from
May 16, 2026 12:09
99dd021 to
ae1780c
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
2 times, most recently
from
May 29, 2026 02:40
cb45388 to
85749e9
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
June 11, 2026 13:59
85749e9 to
5530a01
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
June 18, 2026 19:37
5530a01 to
3bccab8
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
July 12, 2026 21:42
3bccab8 to
6d5bc4d
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
2 times, most recently
from
July 24, 2026 15:50
ae30e80 to
3658729
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
August 1, 2026 14:42
3658729 to
6f077e7
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
August 16, 2026 12:04
6f077e7 to
d118284
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
August 27, 2026 08:14
d118284 to
03aa98d
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
2 times, most recently
from
September 7, 2026 23:20
28afe08 to
d585f30
Compare
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
September 10, 2026 23:55
d585f30 to
8d38066
Compare
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.
This PR contains the following updates:
v6→v9Release Notes
actions/github-script (actions/github-script)
v9.0.0Compare Source
New features:
getOctokitfactory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients withgetOctokitfor details and examples.ACTIONS_ORCHESTRATION_IDenvironment variable is automatically appended to the user-agent string for request tracing.Breaking changes:
require('@actions/github')no longer works in scripts. The upgrade to@actions/githubv9 (ESM-only) meansrequire('@actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
New Contributors
Full Changelog: actions/github-script@v8.0.0...v9.0.0
v8.0.0Compare Source
v7.1.0Compare Source
What's Changed
actions/upload-artifactby @joshmgross in #512npm audit fixby @joshmgross in #515permissionsin workflows and update actions by @joshmgross in #531octokitREADME updates for v7 by @joshmgross in #557scriptby @joshmgross in #603New Contributors
Full Changelog: actions/github-script@v7...v7.1.0
v7.0.1Compare Source
What's Changed
baseUrlto undefined when input is not provided by @joshmgross in #439Full Changelog: actions/github-script@v7.0.0...v7.0.1
v7.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.4.1...v7.0.0
v6.4.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.4.0...v6.4.1
v6.4.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.3.3...v6.4.0
v6.3.3Compare Source
What's Changed
@actions/globto 0.3.0 by @nineinchnick in #279New Contributors
Full Changelog: actions/github-script@v6.3.2...v6.3.3
v6.3.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.3.1...v6.3.2
v6.3.1Compare Source
What's Changed
Full Changelog: actions/github-script@v6.3.0...v6.3.1
v6.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.2.0...v6.3.0
v6.2.0Compare Source
What's Changed
@octokit/plugin-rest-endpoint-methodsto version 6.x by @desrosj in #283New Contributors
Full Changelog: actions/github-script@v6.1.1...v6.2.0
v6.1.1Compare Source
What's Changed
Non-code changes
New Contributors
Full Changelog: actions/github-script@v6.1.0...v6.1.1
v6.1.0Compare Source
What's Changed
@actions/coreto 1.8.1 by @smaeda-ks in #263New Contributors
Full Changelog: actions/github-script@v6.0.0...v6.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.