chore(deps): update actions/github-script action to v9 - #192
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update actions/github-script action to v9#192renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
April 9, 2026 23:04
Inactive
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
April 15, 2026 19:21
b66e9e5 to
81f71e1
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
April 15, 2026 19:21
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
April 19, 2026 11:15
81f71e1 to
111c1c1
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
April 19, 2026 11:15
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
April 21, 2026 17:41
111c1c1 to
6d7e2fc
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
April 21, 2026 17:41
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
April 29, 2026 17:44
6d7e2fc to
5cbe4b6
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
April 29, 2026 17:44
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
2 times, most recently
from
May 14, 2026 19:31
d2886d1 to
1fef30c
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
May 14, 2026 19:31
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
May 22, 2026 17:03
1fef30c to
1fdf105
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
May 22, 2026 17:03
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
May 28, 2026 22:35
1fdf105 to
9b0af82
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
May 28, 2026 22:35
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
June 2, 2026 20:10
9b0af82 to
2489d31
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
June 2, 2026 20:10
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
June 11, 2026 22:08
2489d31 to
d32bfd3
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
June 11, 2026 22:08
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
July 12, 2026 14:52
d32bfd3 to
ff9ad4b
Compare
aem-code-sync
Bot
temporarily deployed
to
renovate/actions-github-script-9.x
July 12, 2026 14:52
Inactive
renovate
Bot
force-pushed
the
renovate/actions-github-script-9.x
branch
from
July 21, 2026 00:05
ff9ad4b to
c9cfd19
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:
v7→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
v9Compare Source
v8.0.0Compare Source
v8: .0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
New Contributors
Full Changelog: actions/github-script@v7.1.0...v8.0.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.