Skip to content

chore(deps): update actions/github-script action to v9#349

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-official-actions
Open

chore(deps): update actions/github-script action to v9#349
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-official-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

This PR contains the following updates:

Package Type Update Change
actions/github-script action major v8v9

Release Notes

actions/github-script (actions/github-script)

v9.0.0

Compare Source

New features:

  • getOctokit factory 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 with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment 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/github v9 (ESM-only) means require('@​actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@​actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, 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

v9

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the major label Apr 13, 2026
@renovate renovate Bot requested a review from shiron-dev April 13, 2026 01:05
@renovate renovate Bot added the major label Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 13, 2026

Renovate dry-run detected dependencies

github-actions
.github/workflows/apt.yml
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
.github/workflows/cache.yml
  • actions/checkout v6
  • ubuntu latest
.github/workflows/check.yml
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
.github/workflows/ci.yml
  • actions/checkout v6
  • actions/checkout v6
  • reviewdog/action-yamllint v1.21.0@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0
  • actions/checkout v6
  • reviewdog/action-actionlint v1.72.0@6fb7acc99f4a1008869fa8a0f09cfca740837d9d
  • actions/checkout v6
  • actions/checkout v6
  • shiron-dev/actions v1.6.3@0cc65c3143f6a0d119fa8085c8b2ae3dd25e657b
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
  • ubuntu latest
.github/workflows/pr.yml
  • actions/checkout v6
  • ubuntu latest
.github/workflows/release.yml
  • actions/checkout v6
  • googleapis/release-please-action v4.4.1@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071
  • actions/checkout v6
  • shiron-dev/actions v1.6.3@0cc65c3143f6a0d119fa8085c8b2ae3dd25e657b
  • ubuntu latest
  • ubuntu latest
actions-use-apt-tools/action.yaml
  • actions/cache v5
  • shiron-dev/actions v1.6.3@0cc65c3143f6a0d119fa8085c8b2ae3dd25e657b
github-app-token/action.yml
  • shiron-dev/actions main
matrix-output-read/action.yml
  • actions/download-artifact v8
renovate-deps-comment/action.yml
  • actions/checkout v6
  • shiron-dev/actions v1.6.3@0cc65c3143f6a0d119fa8085c8b2ae3dd25e657b
  • actions/checkout v6
  • marocchino/sticky-pull-request-comment v2.9.4@773744901bac0e8cbb5a0dc842800d45e9b2b405
  • actions/checkout v6
setup-node/action.yaml
  • pnpm/action-setup v4.4.0@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
  • actions/setup-node v6
  • actions/cache v5.0.5
  • pnpm ${{ inputs.pnpm-version }}
  • node ${{ steps.detect-node-version.outputs.version }}
update-pr-comment/action.yaml
  • actions/github-script v9
  • actions/github-script v9
npm
matrix-output-write/package.json
  • @actions/artifact ^6.2.1
  • @actions/core ^3.0.1
  • tmp ^0.2.5
  • typescript ^5.9.3
  • yaml ^2.9.0
  • @shiron-dev/eslint-config 2.1.5
  • @types/node 24.12.4
  • @vercel/ncc 0.38.4
  • eslint 10.4.0
  • eslint-plugin-format 2.0.1
  • npm-run-all2 8.0.4
regex
setup-node/action.yaml
  • pnpm/pnpm 10.33.4
setup-node/action.yaml
  • pnpm/pnpm 10.33.4
renovate-config-presets
.github/renovate.json
  • shiron-dev/renovate-config null

Diff from main

--- main
+++ pr
@@ -64,8 +64,8 @@
 github-actions setup-node/action.yaml node ${{ steps.detect-node-version.outputs.version }}
 github-actions setup-node/action.yaml pnpm ${{ inputs.pnpm-version }}
 github-actions setup-node/action.yaml pnpm/action-setup v4.4.0@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
-github-actions update-pr-comment/action.yaml actions/github-script v8
-github-actions update-pr-comment/action.yaml actions/github-script v8
+github-actions update-pr-comment/action.yaml actions/github-script v9
+github-actions update-pr-comment/action.yaml actions/github-script v9
 npm matrix-output-write/package.json @actions/artifact ^6.2.1
 npm matrix-output-write/package.json @actions/core ^3.0.1
 npm matrix-output-write/package.json @shiron-dev/eslint-config 2.1.5

@renovate renovate Bot force-pushed the renovate/major-official-actions branch 2 times, most recently from e9d44f3 to d3db47d Compare April 21, 2026 22:06
@renovate renovate Bot force-pushed the renovate/major-official-actions branch from d3db47d to 8c5e76a Compare April 29, 2026 20:00
@renovate renovate Bot force-pushed the renovate/major-official-actions branch 2 times, most recently from 01dd625 to 85f484d Compare May 14, 2026 18:41
@renovate renovate Bot force-pushed the renovate/major-official-actions branch from 85f484d to 8346cb8 Compare May 22, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants