chore(deps): update actions/github-script action to v9 - #160
chore(deps): update actions/github-script action to v9#160renovate[bot] wants to merge 1 commit into
Conversation
Preview sitepr-160: https://pr-160--stuartclark.netlify.app Updated 2026-09-10T20:41:21Z |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
❌ Lighthouse Audit ·
|
| 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
7f72d68 to
3d68520
Compare
3d68520 to
2f796fd
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
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
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
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.