Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-beta.5
Choose a base ref
...
head repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-beta.6
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 13, 2026

  1. fix(deps): bump undici from 7.16.0 to 7.18.2 (#323)

    Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nodejs/undici/releases">undici's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.18.2</h2>
    <h2>⚠️ Security Release</h2>
    <p>This fixes <a
    href="https://github.com/nodejs/undici/security/advisories/GHSA-g9mf-h72j-4rw9">https://github.com/nodejs/undici/security/advisories/GHSA-g9mf-h72j-4rw9</a>
    and CVE-2026-22036.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(decompress): limit Content-Encoding chain to 5 to prevent
    resourc… by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4729">nodejs/undici#4729</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.18.1...v7.18.2">https://github.com/nodejs/undici/compare/v7.18.1...v7.18.2</a></p>
    <h2>v7.18.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Test and Fix running without SSL by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4727">nodejs/undici#4727</a></li>
    <li>docs: add security warning for strictContentLength option by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4726">nodejs/undici#4726</a></li>
    <li>build(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4718">nodejs/undici#4718</a></li>
    <li>build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4719">nodejs/undici#4719</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.18.0...v7.18.1">https://github.com/nodejs/undici/compare/v7.18.0...v7.18.1</a></p>
    <h2>v7.18.0</h2>
    <h2>What's Changed</h2>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.17.0...v7.18.0">https://github.com/nodejs/undici/compare/v7.17.0...v7.18.0</a></p>
    <h2>v7.17.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore: extract infra and encoding methods by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4523">nodejs/undici#4523</a></li>
    <li>ci: remove h2 by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4534">nodejs/undici#4534</a></li>
    <li>ci: make nodejs-shared wf reusable, install binaryen for wasm-opt,
    test on node-nightly by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4535">nodejs/undici#4535</a></li>
    <li>ci: fix nightly shared library case by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4543">nodejs/undici#4543</a></li>
    <li>test: consume bodies of fetch responses to fix failing macos 20 ci
    by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4528">nodejs/undici#4528</a></li>
    <li>docs: add Cache Interceptor example to README by <a
    href="https://github.com/tawseefnabi"><code>@​tawseefnabi</code></a> in
    <a
    href="https://redirect.github.com/nodejs/undici/pull/4393">nodejs/undici#4393</a></li>
    <li>test: remove node20 version check by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4544">nodejs/undici#4544</a></li>
    <li>types: use MessagePort instance type in MessageEvent by <a
    href="https://github.com/Renegade334"><code>@​Renegade334</code></a> in
    <a
    href="https://redirect.github.com/nodejs/undici/pull/4546">nodejs/undici#4546</a></li>
    <li>ci: set write permissions on job level by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4537">nodejs/undici#4537</a></li>
    <li>lint: activate n/no-process-exit by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4548">nodejs/undici#4548</a></li>
    <li>ci: run benchmarks on pull_requests and by pushing on specific
    branches only by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4536">nodejs/undici#4536</a></li>
    <li>chore: activate n/prefer-node-protocol to enforce
    <code>'node:'</code> prefix for requiring node built-ins by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4547">nodejs/undici#4547</a></li>
    <li>feat(H2): correct CONNECT behaviour by <a
    href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4541">nodejs/undici#4541</a></li>
    <li>test: fix plans by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4550">nodejs/undici#4550</a></li>
    <li>feat: add runtime feature &quot;detection&quot; by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4545">nodejs/undici#4545</a></li>
    <li>perf: use less promises in extractBody by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4458">nodejs/undici#4458</a></li>
    <li>fix(proxy-agent): add missing return after callback-call by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4553">nodejs/undici#4553</a></li>
    <li>fix: remove redundant line in retry-handler by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4554">nodejs/undici#4554</a></li>
    <li>ci: add no-wasm-simd option by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4533">nodejs/undici#4533</a></li>
    <li>fix: use lazyloaders for runtime feature detection by <a
    href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4557">nodejs/undici#4557</a></li>
    <li>fix: minor changes in dispatcher-base.js and types for Dispatcher by
    <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4556">nodejs/undici#4556</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/nodejs/undici/commit/7e5cb2d7468633b48679627061d696a0bb45f651"><code>7e5cb2d</code></a>
    Bumped v7.18.2 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4730">#4730</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/b04e3cbb569c1596f86c108e9b52c79d8475dcb3"><code>b04e3cb</code></a>
    fix(decompress): limit Content-Encoding chain to 5 to prevent resource
    exhaus...</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/2bcb77bbc27f966ac86e31154161792a4a8dadf5"><code>2bcb77b</code></a>
    Bumped v7.18.1 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4728">#4728</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/58a12b7f19f5d4b186c90aed2e3a55a3ba37decf"><code>58a12b7</code></a>
    build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4719">#4719</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/5fa2930582cab9c387df5cb2ddef44cb42bdf4a9"><code>5fa2930</code></a>
    build(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4718">#4718</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/fbbe283fc4054c35ad21316bcf65996b0929ed58"><code>fbbe283</code></a>
    docs: add security warning for strictContentLength option (<a
    href="https://redirect.github.com/nodejs/undici/issues/4726">#4726</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/ce12d9e5dc1a72724cbef8ac43219ba9643b9142"><code>ce12d9e</code></a>
    fix: do not crash if Node.js is compiled without SSL (<a
    href="https://redirect.github.com/nodejs/undici/issues/4727">#4727</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/ebe3e33ea4d25402e0dc12dcc67902fdb7f231d4"><code>ebe3e33</code></a>
    Bumped v7.18.0 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4725">#4725</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/4e9b88b1c78349a956babef1151add83866f2dfb"><code>4e9b88b</code></a>
    fix: limit Content-Encoding chain to 5 to prevent resource
    exhaustion</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/d5607677d444553183b0a637f687d20167427b36"><code>d560767</code></a>
    Bumped v7.17.0 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4724">#4724</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=7.16.0&new-version=7.18.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/actions/create-github-app-token/network/alerts).
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and parkerbxyz committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b4f638f View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump minimatch from 9.0.5 to 9.0.9 (#335)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to
    9.0.9.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/8a10e473e2e0ff03c2d4de308f257093af2bce21"><code>8a10e47</code></a>
    9.0.9</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/c6f180636cebd4de2f9af7ef29ca4c9bf2eeef02"><code>c6f1806</code></a>
    brace-expansion@2</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/446cfa3e2aa3ef45bd4a27fa4418221e158489f6"><code>446cfa3</code></a>
    9.0.8</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/8fa151ab95fd4e2acd6e1a81f10d02dc7c1098d3"><code>8fa151a</code></a>
    docs: add warning about ReDoS</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/71b78a2a4cad3a40af08a39c065e71bbf69ea7f7"><code>71b78a2</code></a>
    fix partial matching of globstar patterns</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/2de496f6d9362dd92460f35ffa6ff8de2907244b"><code>2de496f</code></a>
    9.0.7</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/0d4616de9193bf1d359271662e92657bb51b2f75"><code>0d4616d</code></a>
    limit nested extglob recursion, flatten extglobs</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/7117ef381e74deace1c62a74d2298c8fe61d10ca"><code>7117ef3</code></a>
    9.0.6</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/2418458b7fe82e0a1fd1a1b6f618c41c90b9848a"><code>2418458</code></a>
    update deps, do not checkin dist</li>
    <li><a
    href="https://github.com/isaacs/minimatch/commit/1d1f531009d5e4a86083de37e5ef3f301e073986"><code>1d1f531</code></a>
    update deps</li>
    <li>Additional commits viewable in <a
    href="https://github.com/isaacs/minimatch/compare/v9.0.5...v9.0.9">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch&package-manager=npm_and_yarn&previous-version=9.0.5&new-version=9.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/actions/create-github-app-token/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and parkerbxyz committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5cbc656 View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump @actions/core from 1.11.1 to 3.0.0 (#337)

    Bumps
    [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core)
    from 1.11.1 to 3.0.0.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md"><code>@​actions/core</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.0.0</h2>
    <ul>
    <li><strong>Breaking change</strong>: Package is now ESM-only
    <ul>
    <li>CommonJS consumers must use dynamic <code>import()</code> instead of
    <code>require()</code></li>
    </ul>
    </li>
    </ul>
    <h2>2.0.3</h2>
    <ul>
    <li>Bump <code>@actions/http-client</code> to <code>3.0.2</code></li>
    </ul>
    <h2>2.0.1</h2>
    <ul>
    <li>Bump <code>@​actions/exec</code> from 1.1.1 to 2.0.0 <a
    href="https://redirect.github.com/actions/toolkit/pull/2199">#2199</a></li>
    </ul>
    <h2>2.0.0</h2>
    <ul>
    <li>Add support for Node 24 <a
    href="https://redirect.github.com/actions/toolkit/pull/2110">#2110</a></li>
    <li>Bump <code>@​actions/http-client</code> from 2.0.1 to 3.0.0</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/actions/toolkit/commits/HEAD/packages/core">compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by [GitHub Actions](<a
    href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
    Actions), a new releaser for <code>@​actions/core</code> since your
    current version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.11.1&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    ---------
    
    Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b044133 View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump the production-dependencies group with 4 updates (#336)

    Bumps the production-dependencies group with 4 updates:
    [@octokit/auth-app](https://github.com/octokit/auth-app.js),
    [@octokit/request](https://github.com/octokit/request.js),
    [p-retry](https://github.com/sindresorhus/p-retry) and
    [undici](https://github.com/nodejs/undici).
    
    Updates `@octokit/auth-app` from 8.1.2 to 8.2.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/octokit/auth-app.js/releases"><code>@​octokit/auth-app</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v8.2.0</h2>
    <h1><a
    href="https://github.com/octokit/auth-app.js/compare/v8.1.2...v8.2.0">8.2.0</a>
    (2026-02-03)</h1>
    <h3>Features</h3>
    <ul>
    <li>handling exp is too far in the future (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/699">#699</a>)
    (<a
    href="https://github.com/octokit/auth-app.js/commit/6201580be6cc3f0967c7454d5de92db35e353041">6201580</a>)</li>
    <li>Add enterprise installation route to JWT-authenticated routes (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/736">#736</a>)
    (<a
    href="https://github.com/octokit/auth-app.js/commit/5b218af8ee91347b25ef944aac76932e45b997d0">5b218af</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/octokit/auth-app.js/commit/6201580be6cc3f0967c7454d5de92db35e353041"><code>6201580</code></a>
    feat: handling exp is too far in the future (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/699">#699</a>)</li>
    <li><a
    href="https://github.com/octokit/auth-app.js/commit/5b218af8ee91347b25ef944aac76932e45b997d0"><code>5b218af</code></a>
    Add enterprise installation route to JWT-authenticated routes (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/736">#736</a>)</li>
    <li><a
    href="https://github.com/octokit/auth-app.js/commit/4486c10028249f4f2ffaabeafde986edca92e7b5"><code>4486c10</code></a>
    build(deps-dev): bump vite from 7.1.7 to 7.1.11 (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/728">#728</a>)</li>
    <li><a
    href="https://github.com/octokit/auth-app.js/commit/e1fecc4ea8c5475da1a1d9c6c119c9322087dbd4"><code>e1fecc4</code></a>
    build(deps): bump glob from 10.4.5 to 10.5.0 (<a
    href="https://redirect.github.com/octokit/auth-app.js/issues/733">#733</a>)</li>
    <li>See full diff in <a
    href="https://github.com/octokit/auth-app.js/compare/v8.1.2...v8.2.0">compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by [GitHub Actions](<a
    href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
    Actions), a new releaser for <code>@​octokit/auth-app</code> since your
    current version.</p>
    </details>
    <br />
    
    Updates `@octokit/request` from 10.0.7 to 10.0.8
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/octokit/request.js/releases"><code>@​octokit/request</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v10.0.8</h2>
    <h2><a
    href="https://github.com/octokit/request.js/compare/v10.0.7...v10.0.8">10.0.8</a>
    (2026-02-20)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>use <code>json-with-bigint</code> instead of built-in JSON methods
    in order to properly support int64's (<a
    href="https://redirect.github.com/octokit/request.js/issues/798">#798</a>)
    (<a
    href="https://github.com/octokit/request.js/commit/f13f5d9814cec9e51cdbe57e3864f9a7f95a9731">f13f5d9</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/octokit/request.js/commit/f13f5d9814cec9e51cdbe57e3864f9a7f95a9731"><code>f13f5d9</code></a>
    fix: use <code>json-with-bigint</code> instead of built-in JSON methods
    in order to prop...</li>
    <li><a
    href="https://github.com/octokit/request.js/commit/9ba6ae0fd2eff35a6c29a9f032eca6e9ba002976"><code>9ba6ae0</code></a>
    Document that unsuccessful HTTP status code result in an exception (<a
    href="https://redirect.github.com/octokit/request.js/issues/795">#795</a>)</li>
    <li><a
    href="https://github.com/octokit/request.js/commit/7160b8201ee183d57e3572c9ac78aa3f241c9468"><code>7160b82</code></a>
    chore(deps): replace glob with tinyglobby (<a
    href="https://redirect.github.com/octokit/request.js/issues/791">#791</a>)</li>
    <li><a
    href="https://github.com/octokit/request.js/commit/ab8018b6d42de25adb305e3ea5ea840ee2805481"><code>ab8018b</code></a>
    ci(action): update peter-evans/create-or-update-comment action to v5 (<a
    href="https://redirect.github.com/octokit/request.js/issues/776">#776</a>)</li>
    <li><a
    href="https://github.com/octokit/request.js/commit/fb916e454df205980835281368da81a003cde30d"><code>fb916e4</code></a>
    build(deps): bump vite from 6.3.4 to 6.4.1 (<a
    href="https://redirect.github.com/octokit/request.js/issues/780">#780</a>)</li>
    <li><a
    href="https://github.com/octokit/request.js/commit/e1eb7693969a87cbdde278c82a7474b8acec9207"><code>e1eb769</code></a>
    chore(deps): update dependency esbuild to ^0.27.0 (<a
    href="https://redirect.github.com/octokit/request.js/issues/784">#784</a>)</li>
    <li>See full diff in <a
    href="https://github.com/octokit/request.js/compare/v10.0.7...v10.0.8">compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by [GitHub Actions](<a
    href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
    Actions), a new releaser for <code>@​octokit/request</code> since your
    current version.</p>
    </details>
    <br />
    
    Updates `p-retry` from 7.1.0 to 7.1.1
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/sindresorhus/p-retry/releases">p-retry's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.1.1</h2>
    <ul>
    <li>Fix delayed abort when signal is already aborted before delay phase
    2aba573</li>
    </ul>
    <hr />
    <p><a
    href="https://github.com/sindresorhus/p-retry/compare/v7.1.0...v7.1.1">https://github.com/sindresorhus/p-retry/compare/v7.1.0...v7.1.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/sindresorhus/p-retry/commit/0b1e29877422c40b59cad4a4c938dcf44fe512ce"><code>0b1e298</code></a>
    7.1.1</li>
    <li><a
    href="https://github.com/sindresorhus/p-retry/commit/2aba573c0fdca165c4d95262f51ae56902f2f892"><code>2aba573</code></a>
    Fix delayed abort when signal is already aborted before delay phase</li>
    <li><a
    href="https://github.com/sindresorhus/p-retry/commit/6ac326b188834f4af5a54cedc114f67f0f510613"><code>6ac326b</code></a>
    Minor tweak</li>
    <li>See full diff in <a
    href="https://github.com/sindresorhus/p-retry/compare/v7.1.0...v7.1.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `undici` from 7.16.0 to 7.22.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nodejs/undici/releases">undici's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.22.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>docs: fix syntax highlighting in WebSocket.md by <a
    href="https://github.com/styfle"><code>@​styfle</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4814">nodejs/undici#4814</a></li>
    <li>fix: use OR operator in includesCredentials per WHATWG URL Standard
    by <a href="https://github.com/jackhax"><code>@​jackhax</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4816">nodejs/undici#4816</a></li>
    <li>feat(dispatcher/env-http-proxy-agent): strip leading dot and
    asterisk by <a
    href="https://github.com/SuperOleg39"><code>@​SuperOleg39</code></a> in
    <a
    href="https://redirect.github.com/nodejs/undici/pull/4676">nodejs/undici#4676</a></li>
    <li>fix: route WebSocket upgrades through onRequestUpgrade by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4787">nodejs/undici#4787</a></li>
    <li>build(deps-dev): bump esbuild from 0.25.12 to 0.27.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4821">nodejs/undici#4821</a></li>
    <li>fix(deduplicate): do not deduplicate non-safe methods by default by
    <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4818">nodejs/undici#4818</a></li>
    <li>feat: Support async cache stores in revalidation by <a
    href="https://github.com/marcopiraccini"><code>@​marcopiraccini</code></a>
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4826">nodejs/undici#4826</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/jackhax"><code>@​jackhax</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/nodejs/undici/pull/4816">nodejs/undici#4816</a></li>
    <li><a
    href="https://github.com/marcopiraccini"><code>@​marcopiraccini</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/nodejs/undici/pull/4826">nodejs/undici#4826</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.21.0...v7.22.0">https://github.com/nodejs/undici/compare/v7.21.0...v7.22.0</a></p>
    <h2>v7.21.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps): bump actions/setup-node from 6.0.0 to 6.2.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4796">nodejs/undici#4796</a></li>
    <li>test: restore global dispatcher after fetch tests by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4790">nodejs/undici#4790</a></li>
    <li>Add missing <code>close</code> method to WebSocketStream interface
    by <a href="https://github.com/piotr-cz"><code>@​piotr-cz</code></a> in
    <a
    href="https://redirect.github.com/nodejs/undici/pull/4802">nodejs/undici#4802</a></li>
    <li>fix: error stream instead of canceling by <a
    href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4804">nodejs/undici#4804</a></li>
    <li>Fix clientTtl cleanup race in Agent by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4807">nodejs/undici#4807</a></li>
    <li>feat(<a
    href="https://redirect.github.com/nodejs/undici/issues/4230">#4230</a>):
    Implement pingInterval for dispatching PING frames by <a
    href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4296">nodejs/undici#4296</a></li>
    <li>fix: handle undefined __filename in bundled environments by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4812">nodejs/undici#4812</a></li>
    <li>fix: set finalizer only for fetch responses by <a
    href="https://github.com/tsctx"><code>@​tsctx</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4803">nodejs/undici#4803</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/piotr-cz"><code>@​piotr-cz</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/nodejs/undici/pull/4802">nodejs/undici#4802</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.20.0...v7.21.0">https://github.com/nodejs/undici/compare/v7.20.0...v7.21.0</a></p>
    <h2>v7.20.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix: preserve fetch stack traces by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4778">nodejs/undici#4778</a></li>
    <li>Fix error handling in MockPool example by <a
    href="https://github.com/dave-kennedy"><code>@​dave-kennedy</code></a>
    in <a
    href="https://redirect.github.com/nodejs/undici/pull/4781">nodejs/undici#4781</a></li>
    <li>feat: expose statusText in request() ResponseData by <a
    href="https://github.com/domenic"><code>@​domenic</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4784">nodejs/undici#4784</a></li>
    <li>test: reduce retry-after invalid date flake by <a
    href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4788">nodejs/undici#4788</a></li>
    <li>extractBody fixes by <a
    href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4791">nodejs/undici#4791</a></li>
    <li>fix: MockAgent delayed response with AbortSignal (<a
    href="https://redirect.github.com/nodejs/undici/issues/4693">#4693</a>)
    by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in
    <a
    href="https://redirect.github.com/nodejs/undici/pull/4772">nodejs/undici#4772</a></li>
    <li>fix: onParserTimeout potentially accessing undefined by <a
    href="https://github.com/vbfox"><code>@​vbfox</code></a> in <a
    href="https://redirect.github.com/nodejs/undici/pull/4758">nodejs/undici#4758</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/dave-kennedy"><code>@​dave-kennedy</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/nodejs/undici/pull/4781">nodejs/undici#4781</a></li>
    <li><a href="https://github.com/vbfox"><code>@​vbfox</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/nodejs/undici/pull/4758">nodejs/undici#4758</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v7.19.2...v7.20.0">https://github.com/nodejs/undici/compare/v7.19.2...v7.20.0</a></p>
    <h2>v7.19.2</h2>
    <h2>What's Changed</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/nodejs/undici/commit/0a236106a3a3e1b0aab424f71de2a68ca2c1d37b"><code>0a23610</code></a>
    Bumped v7.22.0 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4829">#4829</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/f3c5c614901e4ba29f2f60730c3d4f28e60a5186"><code>f3c5c61</code></a>
    feat: Support async cache stores in revalidation (<a
    href="https://redirect.github.com/nodejs/undici/issues/4826">#4826</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/9b78a44eb21cabe0451263ef8e3cfc7ad8e40876"><code>9b78a44</code></a>
    fix(deduplicate): avoid deduping methods not in methods option (<a
    href="https://redirect.github.com/nodejs/undici/issues/4818">#4818</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/0ce57bad2c171a16c043c8234317ef5383f86e0b"><code>0ce57ba</code></a>
    build(deps-dev): bump esbuild from 0.25.12 to 0.27.3 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4821">#4821</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/2453caf93824997c24383e5a84fddbfa783113b0"><code>2453caf</code></a>
    fix: route websocket upgrades through new handler API (<a
    href="https://redirect.github.com/nodejs/undici/issues/4787">#4787</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/4658cdf5eacf3f6692ec96811a0e49e6b9bc060a"><code>4658cdf</code></a>
    feat(dispatcher/env-http-proxy-agent): strip leading dot and asterisk
    (<a
    href="https://redirect.github.com/nodejs/undici/issues/4676">#4676</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/a821c5669fa653364649d8fb7b36957702c548f5"><code>a821c56</code></a>
    fix: use OR operator in includesCredentials per WHATWG URL Standard (<a
    href="https://redirect.github.com/nodejs/undici/issues/4816">#4816</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/b3326b58969e2370a7da77d80dbad4df2f36ca1e"><code>b3326b5</code></a>
    docs: fix syntax highlighting in WebSocket.md (<a
    href="https://redirect.github.com/nodejs/undici/issues/4814">#4814</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/393c0da68691a6da8ea0a774e38bcce2889be89e"><code>393c0da</code></a>
    Bumped v7.21.0 (<a
    href="https://redirect.github.com/nodejs/undici/issues/4813">#4813</a>)</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/47f9b9664759d18d30c3c8f321425bee102e1df3"><code>47f9b96</code></a>
    fix: set finalizer only for fetch responses (<a
    href="https://redirect.github.com/nodejs/undici/issues/4803">#4803</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/nodejs/undici/compare/v7.16.0...v7.22.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    6bda5bc View commit details
    Browse the repository at this point in the history
  5. build(release): 2.2.2 [skip ci]

    ## [2.2.2](v2.2.1...v2.2.2) (2026-03-13)
    
    ### Bug Fixes
    
    * **deps:** bump @actions/core from 1.11.1 to 3.0.0 ([#337](#337)) ([b044133](b044133))
    * **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#335](#335)) ([5cbc656](5cbc656))
    * **deps:** bump the production-dependencies group with 4 updates ([#336](#336)) ([6bda5bc](6bda5bc))
    * **deps:** bump undici from 7.16.0 to 7.18.2 ([#323](#323)) ([b4f638f](b4f638f))
    semantic-release-bot committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    fee1f7d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into pr-345

    # Conflicts:
    #	dist/main.cjs
    #	dist/post.cjs
    #	package-lock.json
    #	package.json
    parkerbxyz committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    6d13b5a View commit details
    Browse the repository at this point in the history
  7. build(release): 3.0.0-beta.6 [skip ci]

    # [3.0.0-beta.6](v3.0.0-beta.5...v3.0.0-beta.6) (2026-03-13)
    
    ### Bug Fixes
    
    * **deps:** bump @actions/core from 1.11.1 to 3.0.0 ([#337](#337)) ([b044133](b044133))
    * **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#335](#335)) ([5cbc656](5cbc656))
    * **deps:** bump the production-dependencies group with 4 updates ([#336](#336)) ([6bda5bc](6bda5bc))
    * **deps:** bump undici from 7.16.0 to 7.18.2 ([#323](#323)) ([b4f638f](b4f638f))
    semantic-release-bot committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    a0d0505 View commit details
    Browse the repository at this point in the history
Loading