Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-github-script-9.x
Open

chore(deps): update actions/github-script action to v9#160
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-github-script-9.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

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

v8.0.0

Compare Source

v7.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/github-script@v7.0.0...v7.0.1


Configuration

📅 Schedule: (UTC)

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

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

Preview site

pr-160: https://pr-160--stuartclark.netlify.app

Updated 2026-09-10T20:41:21Z

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.77%. Comparing base (5cf6028) to head (2f796fd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #160   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          81       81           
  Lines        1340     1340           
  Branches      332      332           
=======================================
  Hits         1337     1337           
  Misses          3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

❌ Lighthouse Audit · unknown

1 budget violation(s) — 13 pages scanned.

Route FCP LCP CLS TBT Perf
/ 2.8s 3.0s 0.000 166.292 0.88
/about 2.6s 3.1s 0.178 0.000 0.82
/community 2.7s 2.7s 0.016 0.000 0.92
/open-source 2.7s 4.8s 0.000 0.000 0.78
/writing 2.7s 2.9s 0.000 13.000 0.91
/writing/custom-formatters-410-20260731 3.0s 3.5s 0.063 0.000 0.84
/writing/decoupling-configuration-config-pages-20220412 2.7s 3.2s 0.015 0.000 0.89
/writing/drupal-site-settings-over-jsonapi-consumer-20260826 3.0s 4.1s 0.159 0.000 0.74
/writing/druxt-drupal-13x-resource-list-yours-20260909 3.2s 3.5s 0.058 0.000 0.84
/writing/field-tokens-200-20260722 2.7s 2.8s 0.019 0.000 0.91
/writing/hello-world-20211126 3.0s 3.1s 0.142 0.000 0.83
/writing/jsonapi-views-120-20260812 2.7s 2.9s 0.005 0.000 0.90
/writing/layout-paragraphs-module-20220301 2.7s 2.9s 0.055 0.000 0.90

Thresholds: FCP ≤ 3.5s, LCP ≤ 5.0s, CLS ≤ 0.25, TBT ≤ 600.000, Perf ≥ 0.75

@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 7f72d68 to 3d68520 Compare September 3, 2026 11:17
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 3d68520 to 2f796fd Compare September 10, 2026 20:39
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: f629c5dd-af59-4809-8c58-ed557f1e6654

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants