Skip to content

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

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#3088
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-github-script-9.x

Conversation

@renovate

@renovate renovate Bot commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

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: (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.

@netlify

netlify Bot commented Apr 9, 2026

Copy link
Copy Markdown

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 58e4996
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/6a6b5be6ade0140008eb45cc

@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch 3 times, most recently from e9d7db9 to 44e40e3 Compare April 21, 2026 18:35
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 44e40e3 to 311e2b8 Compare April 29, 2026 09:35
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from ae1a013 to 616f188 Compare May 14, 2026 18:38
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from bfeeb79 to 6f5e98c Compare May 28, 2026 22:56
@chrisbbreuer
chrisbbreuer force-pushed the main branch 2 times, most recently from b74134b to 8304ed4 Compare July 11, 2026 16:14
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 6f5e98c to 71e91c7 Compare July 12, 2026 14:39
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results

Platform: linux x64 | Runtime: Bun 1.3.14 | Date: 2026-08-11

isolatedDeclarations vs Semantic Generation

Uncached end-to-end declaration generation over identical, fully annotated sources.

Workload Input isolatedDeclarations Semantic Speedup
Small typed initializers 256 KiB 359.7 µs 2.28 ms 🟢 6.3x
Medium typed initializers 1318 KiB 632.9 µs 7.06 ms 🟢 11.2x
Large typed initializers 5321 KiB 843.3 µs 26.87 ms 🟢 31.9x

In-Process API — Cached

Smart caching (hash check + cache hit) for watch mode, incremental builds, and CI.

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
dtsx (cached) 2.9 µs 2.3 µs 1.5 µs 2.8 µs 5.9 µs 12.8 µs
zig-dtsx 11.8 µs (4.1x) 18.0 µs (7.8x) 57.2 µs (38.7x) 306.0 µs (107.4x) 339.8 µs (57.2x) 892.3 µs (69.6x)
oxc-transform 14.9 µs (5.2x) 53.0 µs (23.1x) 179.6 µs (121.3x) 1.09 ms (381.5x) 886.1 µs (149.1x) 2.18 ms (170.0x)
TypeScript 7 (CLI) 97.74 ms (34290.5x) 107.57 ms (46922.4x) 111.37 ms (75230.2x) 133.28 ms (46773.0x) 120.60 ms (20293.7x) 147.86 ms (11533.5x)

In-Process API — No Cache

Raw single-transform comparison (cache cleared every iteration).

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
zig-dtsx 11.8 µs (3.7x) 18.0 µs (7.7x) 57.2 µs (30.5x) 306.0 µs (81.4x) 339.8 µs (49.9x) 892.3 µs (65.2x)
oxc-transform 14.9 µs (4.6x) 53.0 µs (22.7x) 179.6 µs (95.8x) 1.09 ms (289.1x) 886.1 µs (130.2x) 2.18 ms (159.2x)
dtsx (no-cache) 3.2 µs 2.3 µs 1.9 µs 3.8 µs 6.8 µs 13.7 µs
TypeScript 7 (CLI) 97.74 ms (30367.4x) 107.57 ms (46070.3x) 111.37 ms (59397.3x) 133.28 ms (35438.5x) 120.60 ms (17718.6x) 147.86 ms (10800.5x)

Note: TypeScript 7 is CLI-only. Each measurement includes ~40ms process spawn overhead, so it is not directly comparable to the in-process tools above. It is reported separately from the in-process tools.

Multi-File Project

All tools processing files in-process sequentially.

Tool 50 files 100 files
zig-dtsx 5.75 ms (49.6x) 11.83 ms (17.6x)
dtsx 115.8 µs 671.6 µs
oxc-transform 17.98 ms (155.3x) 38.08 ms (56.7x)
tsc 542.43 ms (4684.4x) 1.04 s (1553.6x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 11.8 µs 14.9 µs 🟢 1.26x
Medium (~100 lines) 18.0 µs 53.0 µs 🟢 2.95x
Large (~330 lines) 57.2 µs 179.6 µs 🟢 3.14x
XLarge (~1050 lines) 306.0 µs 1.09 ms 🟢 3.55x
XXLarge (~2000 lines) 339.8 µs 886.1 µs 🟢 2.61x
Huge (~5000 lines) 892.3 µs 2.18 ms 🟢 2.44x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 1.4 µs 1.0 µs 3.2 µs 523.5 M chars/s 0.0 MB
Medium (0002.ts) 5.6 µs 1.1 µs 19.8 µs 174.7 M chars/s 0.0 MB
Complex (0003.ts) 🏆 1.3 µs 711 ns 5.9 µs 984.3 M chars/s 0.0 MB
Very Complex (0005.ts) 7.9 µs 7.1 µs 9.1 µs 10.6 G chars/s 0.0 MB
Lodash-like (real-world) 4.9 µs 2.9 µs 15.6 µs 5.3 G chars/s 0.0 MB
React-like (real-world) 4.3 µs 3.8 µs 7.5 µs 7.9 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.8 µs 941 ns 21.0 µs 3.9 G chars/s 0.0 MB
500 lines 8.4 µs 2.7 µs 434.6 µs 4.3 G chars/s 0.0 MB
1000 lines 7.3 µs 6.4 µs 11.3 µs 9.8 G chars/s 0.0 MB
5000 lines 34.2 µs 33.0 µs 36.9 µs 10.9 G chars/s 0.0 MB
10000 lines 49.0 µs 48.1 µs 50.7 µs 15.3 G chars/s 0.0 MB

Memory

Benchmark Avg Min Max Throughput Memory
Large File Memory 🏆 26.47 ms 26.47 ms 26.47 ms 28.3 M chars/s 0.0 MB

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 2.3 µs 2.1 µs 4.1 µs 11.1 G chars/s 0.0 MB
React-like 4.9 µs 2.6 µs 24.7 µs 6.8 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 1.08 ms 803.4 µs 1.78 ms 6.5 M chars/s 0.6 MB
Medium File (1000 lines) 4.22 ms 3.56 ms 5.28 ms 17.1 M chars/s 0.2 MB
Large File (5000 lines) 16.37 ms 15.98 ms 17.11 ms 22.8 M chars/s 2.6 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 1.03 ms ████████████████████ 99.4%
500 lines Extraction 4.9 µs █ 0.5%
500 lines Formatting 184 ns █ 0.0%
500 lines File Read 82 ns █ 0.0%
2000 lines Processing 3.67 ms ████████████████████ 99.5%
2000 lines Extraction 15.9 µs █ 0.4%
2000 lines Formatting 287 ns █ 0.0%
2000 lines File Read 107 ns █ 0.0%
5000 lines Processing 8.79 ms ████████████████████ 99.6%
5000 lines Extraction 35.3 µs █ 0.4%
5000 lines Formatting 498 ns █ 0.0%
5000 lines File Read 98 ns █ 0.0%
Metric Value
Total benchmarks 23
Avg time 3.75 ms
Total time 1.2 s

@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from 6af76a4 to 90ca8c4 Compare July 24, 2026 15:31
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 90ca8c4 to 58e4996 Compare July 30, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 58e4996 to 2afd916 Compare August 11, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants