test: more information from debug tests#2695
Merged
mcollina merged 1 commit intonodejs:mainfrom Feb 5, 2024
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2695 +/- ##
==========================================
- Coverage 85.54% 85.29% -0.26%
==========================================
Files 76 84 +8
Lines 6858 7580 +722
==========================================
+ Hits 5867 6465 +598
- Misses 991 1115 +124 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Canary-nextjs
Feb 8, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.6.0` -> `6.6.2`](https://renovatebot.com/diffs/npm/undici/6.6.0/6.6.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: nodejs/undici@v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.0...v6.6.1) ####⚠️ Security Release⚠️ Details on the vulnerabilities fixed will be shared in the next couple of days. #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2687](https://togithub.com/nodejs/undici/pull/2687) - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2688](https://togithub.com/nodejs/undici/pull/2688) - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2689](https://togithub.com/nodejs/undici/pull/2689) - fix: ci pipeline warnings by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2685](https://togithub.com/nodejs/undici/pull/2685) - perf: optimize Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2692](https://togithub.com/nodejs/undici/pull/2692) **Full Changelog**: nodejs/undici@v6.6.0...v6.6.1 </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
kodiakhq Bot
referenced
this pull request
in ascorbic/unpic-img
Feb 11, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.6.0` -> `6.6.2`](https://renovatebot.com/diffs/npm/undici/6.6.0/6.6.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: nodejs/undici@v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.0...v6.6.1) ####⚠️ Security Release⚠️ Details on the vulnerabilities fixed will be shared in the next couple of days. #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2687](https://togithub.com/nodejs/undici/pull/2687) - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2688](https://togithub.com/nodejs/undici/pull/2688) - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2689](https://togithub.com/nodejs/undici/pull/2689) - fix: ci pipeline warnings by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2685](https://togithub.com/nodejs/undici/pull/2685) - perf: optimize Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2692](https://togithub.com/nodejs/undici/pull/2692) **Full Changelog**: nodejs/undici@v6.6.0...v6.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm on sunday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ascorbic/unpic-img). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
crysmags
pushed a commit
to crysmags/undici
that referenced
this pull request
Feb 21, 2024
crysmags
pushed a commit
to crysmags/undici
that referenced
this pull request
Feb 27, 2024
create-app-token-action-releaser Bot
pushed a commit
to actions/create-github-app-token
that referenced
this pull request
Mar 1, 2024
## [1.8.2](v1.8.1...v1.8.2) (2024-03-01) ### Bug Fixes * **deps:** bump the production-dependencies group with 3 updates ([#107](#107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/actions/create-github-app-token/issues/579) [#579](https://github.com/actions/create-github-app-token/issues/579) [#576](https://github.com/actions/create-github-app-token/issues/576) [#577](https://github.com/actions/create-github-app-token/issues/577) [#574](https://github.com/actions/create-github-app-token/issues/574) [#572](https://github.com/actions/create-github-app-token/issues/572) [#571](https://github.com/actions/create-github-app-token/issues/571) [#567](https://github.com/actions/create-github-app-token/issues/567) [#681](https://github.com/actions/create-github-app-token/issues/681) [#678](https://github.com/actions/create-github-app-token/issues/678) [#667](https://github.com/actions/create-github-app-token/issues/667) [#681](https://github.com/actions/create-github-app-token/issues/681) [#680](https://github.com/actions/create-github-app-token/issues/680) [#609](https://github.com/actions/create-github-app-token/issues/609) [#678](https://github.com/actions/create-github-app-token/issues/678) [#676](https://github.com/actions/create-github-app-token/issues/676) [#673](https://github.com/actions/create-github-app-token/issues/673) [#669](https://github.com/actions/create-github-app-token/issues/669) [#667](https://github.com/actions/create-github-app-token/issues/667) [#671](https://github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/actions/create-github-app-token/issues/2707) [#2706](https://github.com/actions/create-github-app-token/issues/2706) [#2702](https://github.com/actions/create-github-app-token/issues/2702) [#2644](https://github.com/actions/create-github-app-token/issues/2644) [#2703](https://github.com/actions/create-github-app-token/issues/2703) [#2699](https://github.com/actions/create-github-app-token/issues/2699) [#2695](https://github.com/actions/create-github-app-token/issues/2695) [#2645](https://github.com/actions/create-github-app-token/issues/2645) [#2683](https://github.com/actions/create-github-app-token/issues/2683)
bloopy-boi Bot
added a commit
to h3mmy/bloopyboi
that referenced
this pull request
Mar 1, 2024
…1.8.2 (#163) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.8.1` -> `v1.8.2` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.8.2`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.8.2) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​107](https://togithub.com/actions/create-github-app-token/issues/107)) ([f83fb27](https://togithub.com/actions/create-github-app-token/commit/f83fb279aa2bc96a80fac0b8cb97b369ae18334f)), closes [#​579](https://togithub.com/actions/create-github-app-token/issues/579) [#​579](https://togithub.com/actions/create-github-app-token/issues/579) [#​576](https://togithub.com/actions/create-github-app-token/issues/576) [#​577](https://togithub.com/actions/create-github-app-token/issues/577) [#​574](https://togithub.com/actions/create-github-app-token/issues/574) [#​572](https://togithub.com/actions/create-github-app-token/issues/572) [#​571](https://togithub.com/actions/create-github-app-token/issues/571) [#​567](https://togithub.com/actions/create-github-app-token/issues/567) [#​681](https://togithub.com/actions/create-github-app-token/issues/681) [#​678](https://togithub.com/actions/create-github-app-token/issues/678) [#​667](https://togithub.com/actions/create-github-app-token/issues/667) [#​681](https://togithub.com/actions/create-github-app-token/issues/681) [#​680](https://togithub.com/actions/create-github-app-token/issues/680) [#​609](https://togithub.com/actions/create-github-app-token/issues/609) [#​678](https://togithub.com/actions/create-github-app-token/issues/678) [#​676](https://togithub.com/actions/create-github-app-token/issues/676) [#​673](https://togithub.com/actions/create-github-app-token/issues/673) [#​669](https://togithub.com/actions/create-github-app-token/issues/669) [#​667](https://togithub.com/actions/create-github-app-token/issues/667) [#​671](https://togithub.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](https://togithub.com/nodejs/undici/issues/2683) [nodejs/undici#2645](https://togithub.com/nodejs/undici/issues/2645) [nodejs/undici#2695](https://togithub.com/nodejs/undici/issues/2695) [nodejs/undici#2699](https://togithub.com/nodejs/undici/issues/2699) [nodejs/undici#2703](https://togithub.com/nodejs/undici/issues/2703) [nodejs/undici#2644](https://togithub.com/nodejs/undici/issues/2644) [nodejs/undici#2702](https://togithub.com/nodejs/undici/issues/2702) [nodejs/undici#2706](https://togithub.com/nodejs/undici/issues/2706) [nodejs/undici#2707](https://togithub.com/nodejs/undici/issues/2707) [nodejs/undici#2644](https://togithub.com/nodejs/undici/issues/2644) [#​2707](https://togithub.com/actions/create-github-app-token/issues/2707) [#​2706](https://togithub.com/actions/create-github-app-token/issues/2706) [#​2702](https://togithub.com/actions/create-github-app-token/issues/2702) [#​2644](https://togithub.com/actions/create-github-app-token/issues/2644) [#​2703](https://togithub.com/actions/create-github-app-token/issues/2703) [#​2699](https://togithub.com/actions/create-github-app-token/issues/2699) [#​2695](https://togithub.com/actions/create-github-app-token/issues/2695) [#​2645](https://togithub.com/actions/create-github-app-token/issues/2645) [#​2683](https://togithub.com/actions/create-github-app-token/issues/2683) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
Mar 10, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.28.3` -> `6.7.1`](https://renovatebot.com/diffs/npm/undici/5.28.3/6.7.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.7.1`](https://togithub.com/nodejs/undici/releases/tag/v6.7.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.0...v6.7.1) #### What's Changed - fetch: use EOL of os-module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2915](https://togithub.com/nodejs/undici/pull/2915) - ci: only send codecov from ubuntu and node by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2914](https://togithub.com/nodejs/undici/pull/2914) - tests: improve skip for unix.js tests, remove skipped tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2916](https://togithub.com/nodejs/undici/pull/2916) - chore: fix typo in isHistoryNavigation comments by [@​kachick](https://togithub.com/kachick) in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - fix(benchmark): set body correctly by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2918](https://togithub.com/nodejs/undici/pull/2918) - chore: increase test coverage to 100% for /lib/api/api-request.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2912](https://togithub.com/nodejs/undici/pull/2912) - fix: chunksDecode cuts off 3 characters at the end if having BOM by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2922](https://togithub.com/nodejs/undici/pull/2922) - docs: clarify URI parsing behavior of ProxyAgent constructor by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2893](https://togithub.com/nodejs/undici/pull/2893) - implement sync formdata parser by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2911](https://togithub.com/nodejs/undici/pull/2911) - Fix docs links and add examples to sidebar by [@​tastypackets](https://togithub.com/tastypackets) in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - doc: update diagnostics channel request headers type change by [@​jessezhang91](https://togithub.com/jessezhang91) in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - perf: optimize getResolveErrorBodyCallback by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2921](https://togithub.com/nodejs/undici/pull/2921) - override request dispatcher from init by [@​matthieusieben](https://togithub.com/matthieusieben) in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) - add busboy tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2924](https://togithub.com/nodejs/undici/pull/2924) - fix(benchmark): make it fair by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2929](https://togithub.com/nodejs/undici/pull/2929) - Revert "chore: remove no-simd wasm" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2935](https://togithub.com/nodejs/undici/pull/2935) - build(deps): bump node from `d3271e4` to `8bf9240` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2936](https://togithub.com/nodejs/undici/pull/2936) - Flip link between docs and README by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2933](https://togithub.com/nodejs/undici/pull/2933) #### New Contributors - [@​kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - [@​tastypackets](https://togithub.com/tastypackets) made their first contribution in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - [@​jessezhang91](https://togithub.com/jessezhang91) made their first contribution in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - [@​matthieusieben](https://togithub.com/matthieusieben) made their first contribution in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.7.0...v6.7.1 ### [`v6.7.0`](https://togithub.com/nodejs/undici/releases/tag/v6.7.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.2...v6.7.0) #### What's Changed - test: remove t.diagnostics() calls in push-dont-push.js test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2715](https://togithub.com/nodejs/undici/pull/2715) - fix: fix flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2714](https://togithub.com/nodejs/undici/pull/2714) - fix: HTTP2 tweaks by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2711](https://togithub.com/nodejs/undici/pull/2711) - test: improve cookie tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2693](https://togithub.com/nodejs/undici/pull/2693) - test: response.url after redirect is set to target url by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2716](https://togithub.com/nodejs/undici/pull/2716) - chore: remove mocha and chai by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2696](https://togithub.com/nodejs/undici/pull/2696) - test: replace t.pass with t.ok by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2721](https://togithub.com/nodejs/undici/pull/2721) - perf: remove redundant operation in FormData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2726](https://togithub.com/nodejs/undici/pull/2726) - Add support for passing iterable objects as headers by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - chore: refine esbuild & node detection by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2677](https://togithub.com/nodejs/undici/pull/2677) - chore: rephrase some comments by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2717](https://togithub.com/nodejs/undici/pull/2717) - test: replace t.type with t.ok and instanceof by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2720](https://togithub.com/nodejs/undici/pull/2720) - remove useless options in web streams by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2729](https://togithub.com/nodejs/undici/pull/2729) - Let's add superagent to the benchmark. closes [#​2730](https://togithub.com/nodejs/undici/issues/2730) by [@​eddienubes](https://togithub.com/eddienubes) in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - convert node build to latin1 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2673](https://togithub.com/nodejs/undici/pull/2673) - simplify formData body parsing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2735](https://togithub.com/nodejs/undici/pull/2735) - chore: migrate a batch of tests to node test runner no. 1 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2719](https://togithub.com/nodejs/undici/pull/2719) - chore: migrate a batch of tests to node test runner no. 2 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2737](https://togithub.com/nodejs/undici/pull/2737) - chore: migrate a batch of tests to node test runner no. 4 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2739](https://togithub.com/nodejs/undici/pull/2739) - chore: migrate a batch of tests to node test runner no. 5 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2740](https://togithub.com/nodejs/undici/pull/2740) - chore: migrate a batch of tests to node test runner no. 3 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2738](https://togithub.com/nodejs/undici/pull/2738) - chore: migrate a batch of tests to node test runner no. 6 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2741](https://togithub.com/nodejs/undici/pull/2741) - chore: migrate a batch of tests to node test runner no. 8 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2744](https://togithub.com/nodejs/undici/pull/2744) - chore: migrate a batch of tests to node test runner no. 7 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2742](https://togithub.com/nodejs/undici/pull/2742) - build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2749](https://togithub.com/nodejs/undici/pull/2749) - perf: always use the same prototype Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2743](https://togithub.com/nodejs/undici/pull/2743) - chore: migrate a batch of tests to node test runner no. 9, remove tap by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2746](https://togithub.com/nodejs/undici/pull/2746) - chore: remove usage of http-errors in proxy example by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2753](https://togithub.com/nodejs/undici/pull/2753) - fix: dont ship wasm files of llhttp via npm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2752](https://togithub.com/nodejs/undici/pull/2752) - fix: handle request body as late as possible by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2734](https://togithub.com/nodejs/undici/pull/2734) - perf(tree): avoid recursive calls by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2755](https://togithub.com/nodejs/undici/pull/2755) - docs: fix favicon by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2758](https://togithub.com/nodejs/undici/pull/2758) - chore: use mermaid engine and mermaid in markdown by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2759](https://togithub.com/nodejs/undici/pull/2759) - chore: remove sinon dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2767](https://togithub.com/nodejs/undici/pull/2767) - tests: skip test/node-test/debug on node 21.6.2 and windows by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2765](https://togithub.com/nodejs/undici/pull/2765) - chore: improve usage of skip in tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2761](https://togithub.com/nodejs/undici/pull/2761) - feat: improve mock error breadcrumbs by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2774](https://togithub.com/nodejs/undici/pull/2774) - expose MessageEvent in fetch bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2770](https://togithub.com/nodejs/undici/pull/2770) - test: always exit with 0 when running in Node's Daily WPT Report CI job by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2778](https://togithub.com/nodejs/undici/pull/2778) - fix: add node prefix for util to fix issue in env with min version node 18 by [@​riderx](https://togithub.com/riderx) in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - perf: improve perf of parseRawHeaders by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2781](https://togithub.com/nodejs/undici/pull/2781) - fix: make mock-agent.js test more resilient by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2780](https://togithub.com/nodejs/undici/pull/2780) - chore: make some test run even without internet connection by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2786](https://togithub.com/nodejs/undici/pull/2786) - mock: improve validateReplyParameters by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2783](https://togithub.com/nodejs/undici/pull/2783) - perf: improve TernarySearchTree by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2782](https://togithub.com/nodejs/undici/pull/2782) - fix: convert HeadersInit to sequence/dictionary correctly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2784](https://togithub.com/nodejs/undici/pull/2784) - chore: improve getFieldValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2785](https://togithub.com/nodejs/undici/pull/2785) - Add RetryHandler to sidebar by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2797](https://togithub.com/nodejs/undici/pull/2797) - Add RetryAgent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2798](https://togithub.com/nodejs/undici/pull/2798) - build(deps): bump step-security/harden-runner from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2690](https://togithub.com/nodejs/undici/pull/2690) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2393](https://togithub.com/nodejs/undici/pull/2393) - build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2799](https://togithub.com/nodejs/undici/pull/2799) - build(deps): bump node from 20-alpine to 21-alpine in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2803](https://togithub.com/nodejs/undici/pull/2803) - perf: improve sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2756](https://togithub.com/nodejs/undici/pull/2756) - refactor: move web stuff into their own folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2793](https://togithub.com/nodejs/undici/pull/2793) - `s/ dispactgher/dispatcher/` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - Use paralellelRequests instead of connections to calculate req/sec in benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2800](https://togithub.com/nodejs/undici/pull/2800) - Split out documentation into separate directory by [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in [https://github.com/nodejs/undici/pull/2788](https://togithub.com/nodejs/undici/pull/2788) - build(deps): bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2820](https://togithub.com/nodejs/undici/pull/2820) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2821](https://togithub.com/nodejs/undici/pull/2821) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2818](https://togithub.com/nodejs/undici/pull/2818) - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2819](https://togithub.com/nodejs/undici/pull/2819) - fix: move CNAME and .nojekyll to root by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2822](https://togithub.com/nodejs/undici/pull/2822) - remove all fetchParam event handlers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2823](https://togithub.com/nodejs/undici/pull/2823) - feat: refactor ProxyAgent constructor to also accept single URL argument by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2810](https://togithub.com/nodejs/undici/pull/2810) - fix: isCTLExcludingHtab by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2790](https://togithub.com/nodejs/undici/pull/2790) - refactor: move files into logical folders by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2813](https://togithub.com/nodejs/undici/pull/2813) - refactor: move fixed-queeu to dispatcher and rm node folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2827](https://togithub.com/nodejs/undici/pull/2827) - chore: create package.json in benchmarks by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2766](https://togithub.com/nodejs/undici/pull/2766) - build(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2829](https://togithub.com/nodejs/undici/pull/2829) - chore: use lts for pubish types workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2830](https://togithub.com/nodejs/undici/pull/2830) - add dispatcher option to Request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2831](https://togithub.com/nodejs/undici/pull/2831) - fix url referrer wpt by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2832](https://togithub.com/nodejs/undici/pull/2832) - refactor: remove own sort logic by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2834](https://togithub.com/nodejs/undici/pull/2834) - fix(fetch): prevent crash when `fetch` is aborted with `null` as the `AbortSignal's` `reason` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2833](https://togithub.com/nodejs/undici/pull/2833) - refactor: avoid http2 dynamic dispatch in socket handlers by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2839](https://togithub.com/nodejs/undici/pull/2839) - build(deps-dev): bump proxy from 1.0.2 to 2.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2137](https://togithub.com/nodejs/undici/pull/2137) - perf(tree): reduce overhead of build TernarySearchTree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2840](https://togithub.com/nodejs/undici/pull/2840) - webidl: implement resizable arraybuffer checks by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2094](https://togithub.com/nodejs/undici/pull/2094) - websocket server only needs to reply with a single subprotocol by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2845](https://togithub.com/nodejs/undici/pull/2845) - unite webidl stringification by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2843](https://togithub.com/nodejs/undici/pull/2843) - fix: deflake connect-timeout test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2851](https://togithub.com/nodejs/undici/pull/2851) - fix: coverage reporting by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2763](https://togithub.com/nodejs/undici/pull/2763) - fix: pipelining logic is not relevant for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2850](https://togithub.com/nodejs/undici/pull/2850) - processBody doesn't need to return a promise by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2858](https://togithub.com/nodejs/undici/pull/2858) - refactor: split client into client-h1/h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2848](https://togithub.com/nodejs/undici/pull/2848) - ci: fix concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2862](https://togithub.com/nodejs/undici/pull/2862) - perf: improve performance of isValidSubprotocol by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2861](https://togithub.com/nodejs/undici/pull/2861) - perf: reuse TextDecoder instance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2863](https://togithub.com/nodejs/undici/pull/2863) - chore: restructure benchmarks, use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2864](https://togithub.com/nodejs/undici/pull/2864) - cookies: improve perf of toIMFDate by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2867](https://togithub.com/nodejs/undici/pull/2867) - cookies: fix validateCookiePath by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2866](https://togithub.com/nodejs/undici/pull/2866) - refactor: move out more h2 from core client by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2860](https://togithub.com/nodejs/undici/pull/2860) - mock: improve test coverage of buildHeadersFromArray by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2872](https://togithub.com/nodejs/undici/pull/2872) - fix: remove broken build request hack by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2874](https://togithub.com/nodejs/undici/pull/2874) - chore: filenames should use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2873](https://togithub.com/nodejs/undici/pull/2873) - refactor: split out last h1 specific code from core by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2876](https://togithub.com/nodejs/undici/pull/2876) - fix: make pipelining limit work for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2875](https://togithub.com/nodejs/undici/pull/2875) - fix: http2 doesn't have pipelining queue by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2878](https://togithub.com/nodejs/undici/pull/2878) - fix: minor connect cleanup by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2877](https://togithub.com/nodejs/undici/pull/2877) - Request headers types by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2879](https://togithub.com/nodejs/undici/pull/2879) - ci: remove concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2880](https://togithub.com/nodejs/undici/pull/2880) - fix: prefer queueMicrotask by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2881](https://togithub.com/nodejs/undici/pull/2881) - chore: remove no-simd wasm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2871](https://togithub.com/nodejs/undici/pull/2871) - cookies: improve validateCookieValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2883](https://togithub.com/nodejs/undici/pull/2883) - cookies: improve validateCookieName by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2884](https://togithub.com/nodejs/undici/pull/2884) - Properly parse set-cookie header using http2 by [@​jeanp413](https://togithub.com/jeanp413) in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) - doc deprecate bodymixin.formData by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2892](https://togithub.com/nodejs/undici/pull/2892) - perf: optimize check invalid field-vchar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2889](https://togithub.com/nodejs/undici/pull/2889) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2897](https://togithub.com/nodejs/undici/pull/2897) - fix issue 2898 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2900](https://togithub.com/nodejs/undici/pull/2900) - tests: ignore catch block when requiring crypto module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2901](https://togithub.com/nodejs/undici/pull/2901) - websocket: remove dead code in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2902](https://togithub.com/nodejs/undici/pull/2902) - fix: tests dont need process.exit by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2909](https://togithub.com/nodejs/undici/pull/2909) - chore: remove proxyquire by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2906](https://togithub.com/nodejs/undici/pull/2906) - chore: remove import-fresh as devDependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2908](https://togithub.com/nodejs/undici/pull/2908) - perf(headers): a single set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2903](https://togithub.com/nodejs/undici/pull/2903) - websocket: improve .close() by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2865](https://togithub.com/nodejs/undici/pull/2865) - feat: add sending data benchmark by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2905](https://togithub.com/nodejs/undici/pull/2905) - ci: integrate workflows into nodejs.yml by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2899](https://togithub.com/nodejs/undici/pull/2899) #### New Contributors - [@​JaoodxD](https://togithub.com/JaoodxD) made their first contribution in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - [@​eddienubes](https://togithub.com/eddienubes) made their first contribution in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - [@​riderx](https://togithub.com/riderx) made their first contribution in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - [@​steveluscher](https://togithub.com/steveluscher) made their first contribution in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - [@​jeanp413](https://togithub.com/jeanp413) made their first contribution in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.0...v6.6.1) #### ⚠️ Security Release ⚠️ Details on the vulnerabilities fixed will be shared in the next couple of days. #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2687](https://togithub.com/nodejs/undici/pull/2687) - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2688](https://togithub.com/nodejs/undici/pull/2688) - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2689](https://togithub.com/nodejs/undici/pull/2689) - fix: ci pipeline warnings by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2685](https://togithub.com/nodejs/undici/pull/2685) - perf: optimize Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2692](https://togithub.com/nodejs/undici/pull/2692) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1 ### [`v6.6.0`](https://togithub.com/nodejs/undici/releases/tag/v6.6.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.5.0...v6.6.0) #### What's Changed - add webSocket example by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2626](https://togithub.com/nodejs/undici/pull/2626) - chore: remove atomic-sleep as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2648](https://togithub.com/nodejs/undici/pull/2648) - chore: remove semver as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2646](https://togithub.com/nodejs/undici/pull/2646) - chore: remove table as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2649](https://togithub.com/nodejs/undici/pull/2649) - chore: remove delay as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2647](https://togithub.com/nodejs/undici/pull/2647) - chore: reduce noise in test-logs test/issue-2349.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2655](https://togithub.com/nodejs/undici/pull/2655) - chore: fix faketimer warning in test/request-timeout.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2656](https://togithub.com/nodejs/undici/pull/2656) - chore: reduce noise in test logs test/client-node-max-header-size.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2654](https://togithub.com/nodejs/undici/pull/2654) - refactor: use fromInnerResponse by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2635](https://togithub.com/nodejs/undici/pull/2635) - fix: support deflate raw responses by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2650](https://togithub.com/nodejs/undici/pull/2650) - Support building for externally shared js builtins by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) - fix: typo clampAndCoarsenConnectionTimingInfo by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2653](https://togithub.com/nodejs/undici/pull/2653) - chore: use 'node:'-prefix for requiring node core modules by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2662](https://togithub.com/nodejs/undici/pull/2662) - build(deps-dev): bump husky from 8.0.3 to 9.0.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2667](https://togithub.com/nodejs/undici/pull/2667) - build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2668](https://togithub.com/nodejs/undici/pull/2668) - remove timers/promises import by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2665](https://togithub.com/nodejs/undici/pull/2665) - chore: fix various codesmells by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2669](https://togithub.com/nodejs/undici/pull/2669) - chore: remove this alias in agent.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2671](https://togithub.com/nodejs/undici/pull/2671) - chore: use optional chaining by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2666](https://togithub.com/nodejs/undici/pull/2666) - chore: small perf improvements by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2661](https://togithub.com/nodejs/undici/pull/2661) - implement spec changes from a while ago by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2676](https://togithub.com/nodejs/undici/pull/2676) - websocket: fix close when no closing code is received by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2680](https://togithub.com/nodejs/undici/pull/2680) - fix: make ci less flaky by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2684](https://togithub.com/nodejs/undici/pull/2684) #### New Contributors - [@​mochaaP](https://togithub.com/mochaaP) made their first contribution in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0 ### [`v6.5.0`](https://togithub.com/nodejs/undici/releases/tag/v6.5.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.4.0...v6.5.0) #### What's Changed - build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2632](https://togithub.com/nodejs/undici/pull/2632) - feat: Implement EventSource by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2608](https://togithub.com/nodejs/undici/pull/2608) - fix: readable body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2642](https://togithub.com/nodejs/undici/pull/2642) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.4.0...v6.5.0 ### [`v6.4.0`](https://togithub.com/nodejs/undici/releases/tag/v6.4.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.3.0...v6.4.0) ##### What's Changed - refactor: version cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2605](https://togithub.com/nodejs/undici/pull/2605) - cacheStorage: separate matchAll logic by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2599](https://togithub.com/nodejs/undici/pull/2599) - cleanup index by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2598](https://togithub.com/nodejs/undici/pull/2598) - feat: port `balanced-pool`, `ca-fingerprint`, `client-abort` tests to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2584](https://togithub.com/nodejs/undici/pull/2584) - ci: unpin nodejs workflow version by [@​dominykas](https://togithub.com/dominykas) in [https://github.com/nodejs/undici/pull/2434](https://togithub.com/nodejs/undici/pull/2434) - test([#​2600](https://togithub.com/nodejs/undici/issues/2600)): Flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2607](https://togithub.com/nodejs/undici/pull/2607) - fix: h2 hang issue with empty body by [@​timursevimli](https://togithub.com/timursevimli) in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - Fix tests for Node.js v21 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2609](https://togithub.com/nodejs/undici/pull/2609) - perf(cache): avoid Request and Response initialization by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2610](https://togithub.com/nodejs/undici/pull/2610) - Add more libraries to benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2614](https://togithub.com/nodejs/undici/pull/2614) - feat: port `client-connect`, `client-dispatch`, `client-errors` test to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2591](https://togithub.com/nodejs/undici/pull/2591) - exit with 1 if WPT runner has unexpected errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2621](https://togithub.com/nodejs/undici/pull/2621) - Fix tests for Node.js v20.11.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2618](https://togithub.com/nodejs/undici/pull/2618) - fix(mock-agent): split set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2619](https://togithub.com/nodejs/undici/pull/2619) - feat: implement throwOnMaxRedirect option for RedirectHandler by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - test: fix flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2613](https://togithub.com/nodejs/undici/pull/2613) - fix: hide statusOutput if empty in handleRunnerCompletion by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2624](https://togithub.com/nodejs/undici/pull/2624) - docs: Fix typo in Debug.md by [@​Skn0tt](https://togithub.com/Skn0tt) in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) - fix(cache): set AbortSignal by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2612](https://togithub.com/nodejs/undici/pull/2612) - Use correct http Agent for node-fetch, axios, got and request by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2629](https://togithub.com/nodejs/undici/pull/2629) ##### New Contributors - [@​timursevimli](https://togithub.com/timursevimli) made their first contribution in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - [@​mertcanaltin](https://togithub.com/mertcanaltin) made their first contribution in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - [@​Skn0tt](https://togithub.com/Skn0tt) made their first contribution in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.3.0...v6.4.0 ### [`v6.3.0`](https://togithub.com/nodejs/undici/releases/tag/v6.3.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.1...v6.3.0) #### What's Changed - Clear all timeout on destroy and close by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2535](https://togithub.com/nodejs/undici/pull/2535) - ConnectOptions should include 'origin' field by [@​dvoytenko](https://togithub.com/dvoytenko) in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - perf: avoid toLowerCase call by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2537](https://togithub.com/nodejs/undici/pull/2537) - revert [`a1a8136`](https://togithub.com/nodejs/undici/commit/a1a8136) by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2539](https://togithub.com/nodejs/undici/pull/2539) - docs: add Util to sidebar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2529](https://togithub.com/nodejs/undici/pull/2529) - fix: call explicitly unregister by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2534](https://togithub.com/nodejs/undici/pull/2534) - fix: check the content-type of invalid formData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2541](https://togithub.com/nodejs/undici/pull/2541) - Add request examples. by [@​autopulated](https://togithub.com/autopulated) in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - fix(HTTP/2): handle consumption of aborted request by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2387](https://togithub.com/nodejs/undici/pull/2387) - chore: update tst test by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2538](https://togithub.com/nodejs/undici/pull/2538) - fix(fetch): do not abort fetch on redirect by [@​angelyan](https://togithub.com/angelyan) in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - drop verifyVersion in scripts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2549](https://togithub.com/nodejs/undici/pull/2549) - types: remove unused Client and Pool types by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2557](https://togithub.com/nodejs/undici/pull/2557) - lib: fix Host header when CONNECT ProxyAgent by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2556](https://togithub.com/nodejs/undici/pull/2556) - feat: port cookies tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - feat: port webidl tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - perf: Improve percentDecode by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2562](https://togithub.com/nodejs/undici/pull/2562) - Fix parseHashWithOptions regex by [@​flapenna](https://togithub.com/flapenna) in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - feat: port diagnostic-channel tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2559](https://togithub.com/nodejs/undici/pull/2559) - feat: port websocket tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2553](https://togithub.com/nodejs/undici/pull/2553) - build(deps-dev): bump tsd from 0.29.0 to 0.30.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2551](https://togithub.com/nodejs/undici/pull/2551) - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2572](https://togithub.com/nodejs/undici/pull/2572) - build(deps): bump github/codeql-action from 2.22.5 to 3.22.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2574](https://togithub.com/nodejs/undici/pull/2574) - Update `@matteo.collina/tspl` to 0.1.1 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - mark wpt as failing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2581](https://togithub.com/nodejs/undici/pull/2581) - feat: port `abort-controller.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2564](https://togithub.com/nodejs/undici/pull/2564) - fix data url test by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2580](https://togithub.com/nodejs/undici/pull/2580) - feat: port `async_hooks.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2568](https://togithub.com/nodejs/undici/pull/2568) - feat: port `agent.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2566](https://togithub.com/nodejs/undici/pull/2566) - feat: port `abort-event-emitter.js` tests to `node:test` runnner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2565](https://togithub.com/nodejs/undici/pull/2565) - feat: port first half of fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) - perf: bypass method validation by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2583](https://togithub.com/nodejs/undici/pull/2583) - fetch: warn when using patch method by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2577](https://togithub.com/nodejs/undici/pull/2577) - feat: port `autoselectfamily.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2570](https://togithub.com/nodejs/undici/pull/2570) - feat: port remaining fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2587](https://togithub.com/nodejs/undici/pull/2587) - fix: use isArrayBuffer instead of isAnyArrayBuffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2586](https://togithub.com/nodejs/undici/pull/2586) - Feat/migrate tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2593](https://togithub.com/nodejs/undici/pull/2593) - abort request with reason if one is provided by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2592](https://togithub.com/nodejs/undici/pull/2592) - feat: port tst test to node test runner by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2595](https://togithub.com/nodejs/undici/pull/2595) - feat([#​2191](https://togithub.com/nodejs/undici/issues/2191)): Add support for `NODE_DEBUG` by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2585](https://togithub.com/nodejs/undici/pull/2585) - cacheStorage: fix bugs make wpts pass by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2596](https://togithub.com/nodejs/undici/pull/2596) - fix: non-object error in abort throws bad error by [@​atlowChemi](https://togithub.com/atlowChemi) in [https://github.com/nodejs/undici/pull/2597](https://togithub.com/nodejs/undici/pull/2597) - fix: add test helper for closing server as promise by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2604](https://togithub.com/nodejs/undici/pull/2604) #### New Contributors - [@​dvoytenko](https://togithub.com/dvoytenko) made their first contribution in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - [@​autopulated](https://togithub.com/autopulated) made their first contribution in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - [@​angelyan](https://togithub.com/angelyan) made their first contribution in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - [@​pmarchini](https://togithub.com/pmarchini) made their first contribution in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - [@​ilteoood](https://togithub.com/ilteoood) made their first contribution in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - [@​flapenna](https://togithub.com/flapenna) made their first contribution in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - [@​anurag-roy](https://togithub.com/anurag-roy) made their first contribution in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.1...v6.3.0 ### [`v6.2.1`](https://togithub.com/nodejs/undici/releases/tag/v6.2.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.0...v6.2.1) ##### What's Changed - perf: use tree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2528](https://togithub.com/nodejs/undici/pull/2528) - chore: reduce dependencies by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2533](https://togithub.com/nodejs/undici/pull/2533) - Remove timers in agent.js by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2536](https://togithub.com/nodejs/undici/pull/2536) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1 ### [`v6.2.0`](https://togithub.com/nodejs/undici/releases/tag/v6.2.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.1.0...v6.2.0) #### What's Changed - Remove FinalizationRegistry from Agent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2530](https://togithub.com/nodejs/undici/pull/2530) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/nodejs/undici/releases/tag/v6.1.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.1...v6.1.0) #### What's Changed - fix: more sensible stack trace from dump error by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2503](https://togithub.com/nodejs/undici/pull/2503) - refactor: remove some node compat by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2502](https://togithub.com/nodejs/undici/pull/2502) - refactor: version cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2507](https://togithub.com/nodejs/undici/pull/2507) - perf(fetch): Improve fetch of detaurl by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2479](https://togithub.com/nodejs/undici/pull/2479) - feat: expose parseHeader by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2511](https://togithub.com/nodejs/undici/pull/2511) - perf(fetch): optimize call `dispatch` by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2493](https://togithub.com/nodejs/undici/pull/2493) - perf(util/parseHeaders): If the header name is buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2501](https://togithub.com/nodejs/undici/pull/2501) - perf: twice faster method check by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2495](https://togithub.com/nodejs/undici/pull/2495) - refactor: remove Error.captureStackTrace by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2509](https://togithub.com/nodejs/undici/pull/2509) - perf: Improve processHeader by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2513](https://togithub.com/nodejs/undici/pull/2513) - perf: reduce `String#toLowerCase` call by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2516](https://togithub.com/nodejs/undici/pull/2516) - perf: optimize consumeEnd by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2510](https://togithub.com/nodejs/undici/pull/2510) - perf: reduce tst built time by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2517](https://togithub.com/nodejs/undici/pull/2517) - feat: allow customization of build environment by [@​khardix](https://togithub.com/khardix) in [https://github.com/nodejs/undici/pull/2403](https://togithub.com/nodejs/undici/pull/2403) - fix: clear cache by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2519](https://togithub.com/nodejs/undici/pull/2519) - feat: Add resource timing entries for connection, request and response by [@​ToshB](https://togithub.com/ToshB) in [https://github.com/nodejs/undici/pull/2481](https://togithub.com/nodejs/undici/pull/2481) - Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2527](https://togithub.com/nodejs/undici/pull/2527) - feat: expose headerNameToString by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2525](https://togithub.com/nodejs/undici/pull/2525) #### New Contributors - [@​khardix](https://togithub.com/khardix) made their first contribution in [https://github.com/nodejs/undici/pull/2403](https://togithub.com/nodejs/undici/pull/2403) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.0.1...v6.1.0 ### [`v6.0.1`](https://togithub.com/nodejs/undici/releases/tag/v6.0.1) [Compare Source](https://togithub.com/nodejs/u </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
Mar 13, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.7.1` -> `6.8.0`](https://renovatebot.com/diffs/npm/undici/5.28.3/6.8.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.8.0`](https://togithub.com/nodejs/undici/compare/v6.7.1...f84ec8087e11a26ee3553a0c601f6a73373edae6) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.1...v6.8.0) ### [`v6.7.1`](https://togithub.com/nodejs/undici/releases/tag/v6.7.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.0...v6.7.1) #### What's Changed - fetch: use EOL of os-module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2915](https://togithub.com/nodejs/undici/pull/2915) - ci: only send codecov from ubuntu and node by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2914](https://togithub.com/nodejs/undici/pull/2914) - tests: improve skip for unix.js tests, remove skipped tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2916](https://togithub.com/nodejs/undici/pull/2916) - chore: fix typo in isHistoryNavigation comments by [@​kachick](https://togithub.com/kachick) in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - fix(benchmark): set body correctly by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2918](https://togithub.com/nodejs/undici/pull/2918) - chore: increase test coverage to 100% for /lib/api/api-request.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2912](https://togithub.com/nodejs/undici/pull/2912) - fix: chunksDecode cuts off 3 characters at the end if having BOM by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2922](https://togithub.com/nodejs/undici/pull/2922) - docs: clarify URI parsing behavior of ProxyAgent constructor by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2893](https://togithub.com/nodejs/undici/pull/2893) - implement sync formdata parser by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2911](https://togithub.com/nodejs/undici/pull/2911) - Fix docs links and add examples to sidebar by [@​tastypackets](https://togithub.com/tastypackets) in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - doc: update diagnostics channel request headers type change by [@​jessezhang91](https://togithub.com/jessezhang91) in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - perf: optimize getResolveErrorBodyCallback by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2921](https://togithub.com/nodejs/undici/pull/2921) - override request dispatcher from init by [@​matthieusieben](https://togithub.com/matthieusieben) in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) - add busboy tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2924](https://togithub.com/nodejs/undici/pull/2924) - fix(benchmark): make it fair by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2929](https://togithub.com/nodejs/undici/pull/2929) - Revert "chore: remove no-simd wasm" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2935](https://togithub.com/nodejs/undici/pull/2935) - build(deps): bump node from `d3271e4` to `8bf9240` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2936](https://togithub.com/nodejs/undici/pull/2936) - Flip link between docs and README by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2933](https://togithub.com/nodejs/undici/pull/2933) #### New Contributors - [@​kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - [@​tastypackets](https://togithub.com/tastypackets) made their first contribution in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - [@​jessezhang91](https://togithub.com/jessezhang91) made their first contribution in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - [@​matthieusieben](https://togithub.com/matthieusieben) made their first contribution in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.7.0...v6.7.1 ### [`v6.7.0`](https://togithub.com/nodejs/undici/releases/tag/v6.7.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.2...v6.7.0) #### What's Changed - test: remove t.diagnostics() calls in push-dont-push.js test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2715](https://togithub.com/nodejs/undici/pull/2715) - fix: fix flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2714](https://togithub.com/nodejs/undici/pull/2714) - fix: HTTP2 tweaks by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2711](https://togithub.com/nodejs/undici/pull/2711) - test: improve cookie tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2693](https://togithub.com/nodejs/undici/pull/2693) - test: response.url after redirect is set to target url by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2716](https://togithub.com/nodejs/undici/pull/2716) - chore: remove mocha and chai by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2696](https://togithub.com/nodejs/undici/pull/2696) - test: replace t.pass with t.ok by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2721](https://togithub.com/nodejs/undici/pull/2721) - perf: remove redundant operation in FormData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2726](https://togithub.com/nodejs/undici/pull/2726) - Add support for passing iterable objects as headers by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - chore: refine esbuild & node detection by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2677](https://togithub.com/nodejs/undici/pull/2677) - chore: rephrase some comments by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2717](https://togithub.com/nodejs/undici/pull/2717) - test: replace t.type with t.ok and instanceof by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2720](https://togithub.com/nodejs/undici/pull/2720) - remove useless options in web streams by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2729](https://togithub.com/nodejs/undici/pull/2729) - Let's add superagent to the benchmark. closes [#​2730](https://togithub.com/nodejs/undici/issues/2730) by [@​eddienubes](https://togithub.com/eddienubes) in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - convert node build to latin1 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2673](https://togithub.com/nodejs/undici/pull/2673) - simplify formData body parsing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2735](https://togithub.com/nodejs/undici/pull/2735) - chore: migrate a batch of tests to node test runner no. 1 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2719](https://togithub.com/nodejs/undici/pull/2719) - chore: migrate a batch of tests to node test runner no. 2 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2737](https://togithub.com/nodejs/undici/pull/2737) - chore: migrate a batch of tests to node test runner no. 4 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2739](https://togithub.com/nodejs/undici/pull/2739) - chore: migrate a batch of tests to node test runner no. 5 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2740](https://togithub.com/nodejs/undici/pull/2740) - chore: migrate a batch of tests to node test runner no. 3 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2738](https://togithub.com/nodejs/undici/pull/2738) - chore: migrate a batch of tests to node test runner no. 6 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2741](https://togithub.com/nodejs/undici/pull/2741) - chore: migrate a batch of tests to node test runner no. 8 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2744](https://togithub.com/nodejs/undici/pull/2744) - chore: migrate a batch of tests to node test runner no. 7 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2742](https://togithub.com/nodejs/undici/pull/2742) - build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2749](https://togithub.com/nodejs/undici/pull/2749) - perf: always use the same prototype Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2743](https://togithub.com/nodejs/undici/pull/2743) - chore: migrate a batch of tests to node test runner no. 9, remove tap by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2746](https://togithub.com/nodejs/undici/pull/2746) - chore: remove usage of http-errors in proxy example by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2753](https://togithub.com/nodejs/undici/pull/2753) - fix: dont ship wasm files of llhttp via npm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2752](https://togithub.com/nodejs/undici/pull/2752) - fix: handle request body as late as possible by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2734](https://togithub.com/nodejs/undici/pull/2734) - perf(tree): avoid recursive calls by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2755](https://togithub.com/nodejs/undici/pull/2755) - docs: fix favicon by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2758](https://togithub.com/nodejs/undici/pull/2758) - chore: use mermaid engine and mermaid in markdown by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2759](https://togithub.com/nodejs/undici/pull/2759) - chore: remove sinon dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2767](https://togithub.com/nodejs/undici/pull/2767) - tests: skip test/node-test/debug on node 21.6.2 and windows by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2765](https://togithub.com/nodejs/undici/pull/2765) - chore: improve usage of skip in tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2761](https://togithub.com/nodejs/undici/pull/2761) - feat: improve mock error breadcrumbs by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2774](https://togithub.com/nodejs/undici/pull/2774) - expose MessageEvent in fetch bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2770](https://togithub.com/nodejs/undici/pull/2770) - test: always exit with 0 when running in Node's Daily WPT Report CI job by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2778](https://togithub.com/nodejs/undici/pull/2778) - fix: add node prefix for util to fix issue in env with min version node 18 by [@​riderx](https://togithub.com/riderx) in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - perf: improve perf of parseRawHeaders by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2781](https://togithub.com/nodejs/undici/pull/2781) - fix: make mock-agent.js test more resilient by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2780](https://togithub.com/nodejs/undici/pull/2780) - chore: make some test run even without internet connection by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2786](https://togithub.com/nodejs/undici/pull/2786) - mock: improve validateReplyParameters by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2783](https://togithub.com/nodejs/undici/pull/2783) - perf: improve TernarySearchTree by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2782](https://togithub.com/nodejs/undici/pull/2782) - fix: convert HeadersInit to sequence/dictionary correctly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2784](https://togithub.com/nodejs/undici/pull/2784) - chore: improve getFieldValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2785](https://togithub.com/nodejs/undici/pull/2785) - Add RetryHandler to sidebar by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2797](https://togithub.com/nodejs/undici/pull/2797) - Add RetryAgent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2798](https://togithub.com/nodejs/undici/pull/2798) - build(deps): bump step-security/harden-runner from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2690](https://togithub.com/nodejs/undici/pull/2690) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2393](https://togithub.com/nodejs/undici/pull/2393) - build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2799](https://togithub.com/nodejs/undici/pull/2799) - build(deps): bump node from 20-alpine to 21-alpine in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2803](https://togithub.com/nodejs/undici/pull/2803) - perf: improve sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2756](https://togithub.com/nodejs/undici/pull/2756) - refactor: move web stuff into their own folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2793](https://togithub.com/nodejs/undici/pull/2793) - `s/ dispactgher/dispatcher/` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - Use paralellelRequests instead of connections to calculate req/sec in benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2800](https://togithub.com/nodejs/undici/pull/2800) - Split out documentation into separate directory by [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in [https://github.com/nodejs/undici/pull/2788](https://togithub.com/nodejs/undici/pull/2788) - build(deps): bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2820](https://togithub.com/nodejs/undici/pull/2820) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2821](https://togithub.com/nodejs/undici/pull/2821) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2818](https://togithub.com/nodejs/undici/pull/2818) - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2819](https://togithub.com/nodejs/undici/pull/2819) - fix: move CNAME and .nojekyll to root by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2822](https://togithub.com/nodejs/undici/pull/2822) - remove all fetchParam event handlers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2823](https://togithub.com/nodejs/undici/pull/2823) - feat: refactor ProxyAgent constructor to also accept single URL argument by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2810](https://togithub.com/nodejs/undici/pull/2810) - fix: isCTLExcludingHtab by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2790](https://togithub.com/nodejs/undici/pull/2790) - refactor: move files into logical folders by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2813](https://togithub.com/nodejs/undici/pull/2813) - refactor: move fixed-queeu to dispatcher and rm node folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2827](https://togithub.com/nodejs/undici/pull/2827) - chore: create package.json in benchmarks by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2766](https://togithub.com/nodejs/undici/pull/2766) - build(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2829](https://togithub.com/nodejs/undici/pull/2829) - chore: use lts for pubish types workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2830](https://togithub.com/nodejs/undici/pull/2830) - add dispatcher option to Request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2831](https://togithub.com/nodejs/undici/pull/2831) - fix url referrer wpt by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2832](https://togithub.com/nodejs/undici/pull/2832) - refactor: remove own sort logic by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2834](https://togithub.com/nodejs/undici/pull/2834) - fix(fetch): prevent crash when `fetch` is aborted with `null` as the `AbortSignal's` `reason` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2833](https://togithub.com/nodejs/undici/pull/2833) - refactor: avoid http2 dynamic dispatch in socket handlers by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2839](https://togithub.com/nodejs/undici/pull/2839) - build(deps-dev): bump proxy from 1.0.2 to 2.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2137](https://togithub.com/nodejs/undici/pull/2137) - perf(tree): reduce overhead of build TernarySearchTree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2840](https://togithub.com/nodejs/undici/pull/2840) - webidl: implement resizable arraybuffer checks by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2094](https://togithub.com/nodejs/undici/pull/2094) - websocket server only needs to reply with a single subprotocol by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2845](https://togithub.com/nodejs/undici/pull/2845) - unite webidl stringification by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2843](https://togithub.com/nodejs/undici/pull/2843) - fix: deflake connect-timeout test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2851](https://togithub.com/nodejs/undici/pull/2851) - fix: coverage reporting by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2763](https://togithub.com/nodejs/undici/pull/2763) - fix: pipelining logic is not relevant for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2850](https://togithub.com/nodejs/undici/pull/2850) - processBody doesn't need to return a promise by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2858](https://togithub.com/nodejs/undici/pull/2858) - refactor: split client into client-h1/h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2848](https://togithub.com/nodejs/undici/pull/2848) - ci: fix concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2862](https://togithub.com/nodejs/undici/pull/2862) - perf: improve performance of isValidSubprotocol by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2861](https://togithub.com/nodejs/undici/pull/2861) - perf: reuse TextDecoder instance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2863](https://togithub.com/nodejs/undici/pull/2863) - chore: restructure benchmarks, use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2864](https://togithub.com/nodejs/undici/pull/2864) - cookies: improve perf of toIMFDate by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2867](https://togithub.com/nodejs/undici/pull/2867) - cookies: fix validateCookiePath by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2866](https://togithub.com/nodejs/undici/pull/2866) - refactor: move out more h2 from core client by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2860](https://togithub.com/nodejs/undici/pull/2860) - mock: improve test coverage of buildHeadersFromArray by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2872](https://togithub.com/nodejs/undici/pull/2872) - fix: remove broken build request hack by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2874](https://togithub.com/nodejs/undici/pull/2874) - chore: filenames should use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2873](https://togithub.com/nodejs/undici/pull/2873) - refactor: split out last h1 specific code from core by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2876](https://togithub.com/nodejs/undici/pull/2876) - fix: make pipelining limit work for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2875](https://togithub.com/nodejs/undici/pull/2875) - fix: http2 doesn't have pipelining queue by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2878](https://togithub.com/nodejs/undici/pull/2878) - fix: minor connect cleanup by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2877](https://togithub.com/nodejs/undici/pull/2877) - Request headers types by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2879](https://togithub.com/nodejs/undici/pull/2879) - ci: remove concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2880](https://togithub.com/nodejs/undici/pull/2880) - fix: prefer queueMicrotask by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2881](https://togithub.com/nodejs/undici/pull/2881) - chore: remove no-simd wasm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2871](https://togithub.com/nodejs/undici/pull/2871) - cookies: improve validateCookieValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2883](https://togithub.com/nodejs/undici/pull/2883) - cookies: improve validateCookieName by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2884](https://togithub.com/nodejs/undici/pull/2884) - Properly parse set-cookie header using http2 by [@​jeanp413](https://togithub.com/jeanp413) in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) - doc deprecate bodymixin.formData by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2892](https://togithub.com/nodejs/undici/pull/2892) - perf: optimize check invalid field-vchar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2889](https://togithub.com/nodejs/undici/pull/2889) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2897](https://togithub.com/nodejs/undici/pull/2897) - fix issue 2898 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2900](https://togithub.com/nodejs/undici/pull/2900) - tests: ignore catch block when requiring crypto module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2901](https://togithub.com/nodejs/undici/pull/2901) - websocket: remove dead code in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2902](https://togithub.com/nodejs/undici/pull/2902) - fix: tests dont need process.exit by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2909](https://togithub.com/nodejs/undici/pull/2909) - chore: remove proxyquire by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2906](https://togithub.com/nodejs/undici/pull/2906) - chore: remove import-fresh as devDependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2908](https://togithub.com/nodejs/undici/pull/2908) - perf(headers): a single set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2903](https://togithub.com/nodejs/undici/pull/2903) - websocket: improve .close() by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2865](https://togithub.com/nodejs/undici/pull/2865) - feat: add sending data benchmark by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2905](https://togithub.com/nodejs/undici/pull/2905) - ci: integrate workflows into nodejs.yml by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2899](https://togithub.com/nodejs/undici/pull/2899) #### New Contributors - [@​JaoodxD](https://togithub.com/JaoodxD) made their first contribution in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - [@​eddienubes](https://togithub.com/eddienubes) made their first contribution in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - [@​riderx](https://togithub.com/riderx) made their first contribution in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - [@​steveluscher](https://togithub.com/steveluscher) made their first contribution in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - [@​jeanp413](https://togithub.com/jeanp413) made their first contribution in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.0...v6.6.1) #### ⚠️ Security Release ⚠️ Details on the vulnerabilities fixed will be shared in the next couple of days. #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2687](https://togithub.com/nodejs/undici/pull/2687) - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2688](https://togithub.com/nodejs/undici/pull/2688) - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2689](https://togithub.com/nodejs/undici/pull/2689) - fix: ci pipeline warnings by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2685](https://togithub.com/nodejs/undici/pull/2685) - perf: optimize Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2692](https://togithub.com/nodejs/undici/pull/2692) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1 ### [`v6.6.0`](https://togithub.com/nodejs/undici/releases/tag/v6.6.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.5.0...v6.6.0) #### What's Changed - add webSocket example by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2626](https://togithub.com/nodejs/undici/pull/2626) - chore: remove atomic-sleep as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2648](https://togithub.com/nodejs/undici/pull/2648) - chore: remove semver as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2646](https://togithub.com/nodejs/undici/pull/2646) - chore: remove table as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2649](https://togithub.com/nodejs/undici/pull/2649) - chore: remove delay as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2647](https://togithub.com/nodejs/undici/pull/2647) - chore: reduce noise in test-logs test/issue-2349.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2655](https://togithub.com/nodejs/undici/pull/2655) - chore: fix faketimer warning in test/request-timeout.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2656](https://togithub.com/nodejs/undici/pull/2656) - chore: reduce noise in test logs test/client-node-max-header-size.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2654](https://togithub.com/nodejs/undici/pull/2654) - refactor: use fromInnerResponse by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2635](https://togithub.com/nodejs/undici/pull/2635) - fix: support deflate raw responses by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2650](https://togithub.com/nodejs/undici/pull/2650) - Support building for externally shared js builtins by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) - fix: typo clampAndCoarsenConnectionTimingInfo by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2653](https://togithub.com/nodejs/undici/pull/2653) - chore: use 'node:'-prefix for requiring node core modules by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2662](https://togithub.com/nodejs/undici/pull/2662) - build(deps-dev): bump husky from 8.0.3 to 9.0.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2667](https://togithub.com/nodejs/undici/pull/2667) - build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2668](https://togithub.com/nodejs/undici/pull/2668) - remove timers/promises import by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2665](https://togithub.com/nodejs/undici/pull/2665) - chore: fix various codesmells by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2669](https://togithub.com/nodejs/undici/pull/2669) - chore: remove this alias in agent.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2671](https://togithub.com/nodejs/undici/pull/2671) - chore: use optional chaining by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2666](https://togithub.com/nodejs/undici/pull/2666) - chore: small perf improvements by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2661](https://togithub.com/nodejs/undici/pull/2661) - implement spec changes from a while ago by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2676](https://togithub.com/nodejs/undici/pull/2676) - websocket: fix close when no closing code is received by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2680](https://togithub.com/nodejs/undici/pull/2680) - fix: make ci less flaky by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2684](https://togithub.com/nodejs/undici/pull/2684) #### New Contributors - [@​mochaaP](https://togithub.com/mochaaP) made their first contribution in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0 ### [`v6.5.0`](https://togithub.com/nodejs/undici/releases/tag/v6.5.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.4.0...v6.5.0) #### What's Changed - build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2632](https://togithub.com/nodejs/undici/pull/2632) - feat: Implement EventSource by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2608](https://togithub.com/nodejs/undici/pull/2608) - fix: readable body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2642](https://togithub.com/nodejs/undici/pull/2642) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.4.0...v6.5.0 ### [`v6.4.0`](https://togithub.com/nodejs/undici/releases/tag/v6.4.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.3.0...v6.4.0) ##### What's Changed - refactor: version cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2605](https://togithub.com/nodejs/undici/pull/2605) - cacheStorage: separate matchAll logic by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2599](https://togithub.com/nodejs/undici/pull/2599) - cleanup index by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2598](https://togithub.com/nodejs/undici/pull/2598) - feat: port `balanced-pool`, `ca-fingerprint`, `client-abort` tests to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2584](https://togithub.com/nodejs/undici/pull/2584) - ci: unpin nodejs workflow version by [@​dominykas](https://togithub.com/dominykas) in [https://github.com/nodejs/undici/pull/2434](https://togithub.com/nodejs/undici/pull/2434) - test([#​2600](https://togithub.com/nodejs/undici/issues/2600)): Flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2607](https://togithub.com/nodejs/undici/pull/2607) - fix: h2 hang issue with empty body by [@​timursevimli](https://togithub.com/timursevimli) in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - Fix tests for Node.js v21 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2609](https://togithub.com/nodejs/undici/pull/2609) - perf(cache): avoid Request and Response initialization by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2610](https://togithub.com/nodejs/undici/pull/2610) - Add more libraries to benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2614](https://togithub.com/nodejs/undici/pull/2614) - feat: port `client-connect`, `client-dispatch`, `client-errors` test to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2591](https://togithub.com/nodejs/undici/pull/2591) - exit with 1 if WPT runner has unexpected errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2621](https://togithub.com/nodejs/undici/pull/2621) - Fix tests for Node.js v20.11.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2618](https://togithub.com/nodejs/undici/pull/2618) - fix(mock-agent): split set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2619](https://togithub.com/nodejs/undici/pull/2619) - feat: implement throwOnMaxRedirect option for RedirectHandler by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - test: fix flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2613](https://togithub.com/nodejs/undici/pull/2613) - fix: hide statusOutput if empty in handleRunnerCompletion by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2624](https://togithub.com/nodejs/undici/pull/2624) - docs: Fix typo in Debug.md by [@​Skn0tt](https://togithub.com/Skn0tt) in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) - fix(cache): set AbortSignal by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2612](https://togithub.com/nodejs/undici/pull/2612) - Use correct http Agent for node-fetch, axios, got and request by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2629](https://togithub.com/nodejs/undici/pull/2629) ##### New Contributors - [@​timursevimli](https://togithub.com/timursevimli) made their first contribution in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - [@​mertcanaltin](https://togithub.com/mertcanaltin) made their first contribution in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - [@​Skn0tt](https://togithub.com/Skn0tt) made their first contribution in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.3.0...v6.4.0 ### [`v6.3.0`](https://togithub.com/nodejs/undici/releases/tag/v6.3.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.1...v6.3.0) #### What's Changed - Clear all timeout on destroy and close by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2535](https://togithub.com/nodejs/undici/pull/2535) - ConnectOptions should include 'origin' field by [@​dvoytenko](https://togithub.com/dvoytenko) in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - perf: avoid toLowerCase call by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2537](https://togithub.com/nodejs/undici/pull/2537) - revert [`a1a8136`](https://togithub.com/nodejs/undici/commit/a1a8136) by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2539](https://togithub.com/nodejs/undici/pull/2539) - docs: add Util to sidebar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2529](https://togithub.com/nodejs/undici/pull/2529) - fix: call explicitly unregister by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2534](https://togithub.com/nodejs/undici/pull/2534) - fix: check the content-type of invalid formData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2541](https://togithub.com/nodejs/undici/pull/2541) - Add request examples. by [@​autopulated](https://togithub.com/autopulated) in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - fix(HTTP/2): handle consumption of aborted request by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2387](https://togithub.com/nodejs/undici/pull/2387) - chore: update tst test by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2538](https://togithub.com/nodejs/undici/pull/2538) - fix(fetch): do not abort fetch on redirect by [@​angelyan](https://togithub.com/angelyan) in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - drop verifyVersion in scripts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2549](https://togithub.com/nodejs/undici/pull/2549) - types: remove unused Client and Pool types by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2557](https://togithub.com/nodejs/undici/pull/2557) - lib: fix Host header when CONNECT ProxyAgent by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2556](https://togithub.com/nodejs/undici/pull/2556) - feat: port cookies tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - feat: port webidl tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - perf: Improve percentDecode by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2562](https://togithub.com/nodejs/undici/pull/2562) - Fix parseHashWithOptions regex by [@​flapenna](https://togithub.com/flapenna) in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - feat: port diagnostic-channel tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2559](https://togithub.com/nodejs/undici/pull/2559) - feat: port websocket tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2553](https://togithub.com/nodejs/undici/pull/2553) - build(deps-dev): bump tsd from 0.29.0 to 0.30.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2551](https://togithub.com/nodejs/undici/pull/2551) - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2572](https://togithub.com/nodejs/undici/pull/2572) - build(deps): bump github/codeql-action from 2.22.5 to 3.22.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2574](https://togithub.com/nodejs/undici/pull/2574) - Update `@matteo.collina/tspl` to 0.1.1 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - mark wpt as failing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2581](https://togithub.com/nodejs/undici/pull/2581) - feat: port `abort-controller.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2564](https://togithub.com/nodejs/undici/pull/2564) - fix data url test by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2580](https://togithub.com/nodejs/undici/pull/2580) - feat: port `async_hooks.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2568](https://togithub.com/nodejs/undici/pull/2568) - feat: port `agent.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2566](https://togithub.com/nodejs/undici/pull/2566) - feat: port `abort-event-emitter.js` tests to `node:test` runnner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2565](https://togithub.com/nodejs/undici/pull/2565) - feat: port first half of fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) - perf: bypass method validation by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2583](https://togithub.com/nodejs/undici/pull/2583) - fetch: warn when using patch method by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2577](https://togithub.com/nodejs/undici/pull/2577) - feat: port `autoselectfamily.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2570](https://togithub.com/nodejs/undici/pull/2570) - feat: port remaining fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2587](https://togithub.com/nodejs/undici/pull/2587) - fix: use isArrayBuffer instead of isAnyArrayBuffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2586](https://togithub.com/nodejs/undici/pull/2586) - Feat/migrate tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2593](https://togithub.com/nodejs/undici/pull/2593) - abort request with reason if one is provided by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2592](https://togithub.com/nodejs/undici/pull/2592) - feat: port tst test to node test runner by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2595](https://togithub.com/nodejs/undici/pull/2595) - feat([#​2191](https://togithub.com/nodejs/undici/issues/2191)): Add support for `NODE_DEBUG` by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2585](https://togithub.com/nodejs/undici/pull/2585) - cacheStorage: fix bugs make wpts pass by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2596](https://togithub.com/nodejs/undici/pull/2596) - fix: non-object error in abort throws bad error by [@​atlowChemi](https://togithub.com/atlowChemi) in [https://github.com/nodejs/undici/pull/2597](https://togithub.com/nodejs/undici/pull/2597) - fix: add test helper for closing server as promise by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2604](https://togithub.com/nodejs/undici/pull/2604) #### New Contributors - [@​dvoytenko](https://togithub.com/dvoytenko) made their first contribution in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - [@​autopulated](https://togithub.com/autopulated) made their first contribution in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - [@​angelyan](https://togithub.com/angelyan) made their first contribution in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - [@​pmarchini](https://togithub.com/pmarchini) made their first contribution in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - [@​ilteoood](https://togithub.com/ilteoood) made their first contribution in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - [@​flapenna](https://togithub.com/flapenna) made their first contribution in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - [@​anurag-roy](https://togithub.com/anurag-roy) made their first contribution in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.1...v6.3.0 ### [`v6.2.1`](https://togithub.com/nodejs/undici/releases/tag/v6.2.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.0...v6.2.1) ##### What's Changed - perf: use tree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2528](https://togithub.com/nodejs/undici/pull/2528) - chore: reduce dependencies by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2533](https://togithub.com/nodejs/undici/pull/2533) - Remove timers in agent.js by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2536](https://togithub.com/nodejs/undici/pull/2536) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1 ### [`v6.2.0`](https://togithub.com/nodejs/undici/releases/tag/v6.2.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.1.0...v6.2.0) #### What's Changed - Remove FinalizationRegistry from Agent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2530](https://togithub.com/nodejs/undici/pull/2530) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/nodejs/undici/releases/tag/v6.1.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.1...v6.1.0) #### What's Changed - fix: more sensible stack trace from dump error by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2503](https://togithub.com/nodejs/undici/pull/2503) - refactor: remove some node compat by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2502](https://togithub.com/nodejs/undici/pull/2502) - refactor: version cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2507](https://togithub.com/nodejs/undici/pull/2507) - perf(fetch): Improve fetch of detaurl by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2479](https://togithub.com/nodejs/undici/pull/2479) - feat: expose parseHeader by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2511](https://togithub.com/nodejs/undici/pull/2511) - perf(fetch): optimize call `dispatch` by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2493](https://togithub.com/nodejs/undici/pull/2493) - perf(util/parseHeaders): If the header name is buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2501](https://togithub.com/nodejs/undici/pull/2501) - perf: twice faster method check by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2495](https://togithub.com/nodejs/undici/pull/2495) - refactor: remove Error.captureStackTrace by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2509](https://togithub.com/nodejs/undici/pull/2509) - perf: Improve processHeader by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2513](https://togithub.com/nodejs/undici/pull/2513) - perf: reduce `String#toLowerCase` call by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2516](https://togithub.com/nodejs/undici/pull/2516) - perf: optimize consumeEnd by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2510](https://togithub.com/nodejs/undici/pull/2510) - perf: reduce tst built time by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2517](https://togithub.com/nodejs/undici/pull/2517) - feat: allow customization of build environment by [@​khardix](https://togithub.com/khardix) in [https://github.com/nodejs/undici/pull/2403](https://togithub.com/nodejs/undici/pull/2403) - fix: clear cache by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2519](https://togithub.com/nodejs/undici/pull/2519) - feat: Add resource timing entries for connection, request and response by [@​ToshB](https://togithub.com/ToshB) in [https://github.com/nodejs/undici/pull/2481](https://togithub.com/nodejs/undici/pull/2481) - Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2527](https://togithub.com/nodejs/undici/pull/2527) - feat: expose headerNameToString by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2525](https://togithub.com/nodejs/undici/pull/2525) #### New Contributors - [@​khardix](https://togithub.com/khardix) made their first contribution in [https://github.com/nodejs/undici/pull/2403](https://togithub.com/nodejs/undici/pull/2403) **Full Ch </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
Mar 16, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.8.0` -> `6.9.0`](https://renovatebot.com/diffs/npm/undici/5.28.3/6.9.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.9.0`](https://togithub.com/nodejs/undici/releases/tag/v6.9.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.8.0...v6.9.0) #### What's Changed - feat: add new dispatch compose by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2826](https://togithub.com/nodejs/undici/pull/2826) - ci: add macos-latest to test-matrix by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2952](https://togithub.com/nodejs/undici/pull/2952) - types: align RequestInit.body type with lib.dom.ts by [@​jdufresne](https://togithub.com/jdufresne) in [https://github.com/nodejs/undici/pull/2956](https://togithub.com/nodejs/undici/pull/2956) - ci: pin versions of github actions by [@​UlisesGascon](https://togithub.com/UlisesGascon) in [https://github.com/nodejs/undici/pull/2957](https://togithub.com/nodejs/undici/pull/2957) - fetch: improve output for FormData, Response, Request by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2955](https://togithub.com/nodejs/undici/pull/2955) - perf: optimize collectASequenceOfBytes by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2958](https://togithub.com/nodejs/undici/pull/2958) #### New Contributors - [@​jdufresne](https://togithub.com/jdufresne) made their first contribution in [https://github.com/nodejs/undici/pull/2956](https://togithub.com/nodejs/undici/pull/2956) - [@​UlisesGascon](https://togithub.com/UlisesGascon) made their first contribution in [https://github.com/nodejs/undici/pull/2957](https://togithub.com/nodejs/undici/pull/2957) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.8.0...v6.9.0 ### [`v6.8.0`](https://togithub.com/nodejs/undici/releases/tag/v6.8.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.1...v6.8.0) #### What's Changed - fix: send correct SNI for proxy connections by [@​chrros95](https://togithub.com/chrros95) in [https://github.com/nodejs/undici/pull/2939](https://togithub.com/nodejs/undici/pull/2939) - build(deps): bump node from `8bf9240` to `7bfef1d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2937](https://togithub.com/nodejs/undici/pull/2937) - fetch: improve util.inspect output for web specifications by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2938](https://togithub.com/nodejs/undici/pull/2938) - ci: fix broken ci on windows and node v21 because of libuv bug by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2941](https://togithub.com/nodejs/undici/pull/2941) - perf: improve getResolveErrorBodyCallback by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2940](https://togithub.com/nodejs/undici/pull/2940) - fix: don't assign kAgent twice by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2942](https://togithub.com/nodejs/undici/pull/2942) - perf: dump immediatly if known size exceeds limit by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2882](https://togithub.com/nodejs/undici/pull/2882) - build(deps): bump node from `7bfef1d` to `4999fa1` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2946](https://togithub.com/nodejs/undici/pull/2946) - try to fix windows failure by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2950](https://togithub.com/nodejs/undici/pull/2950) - perf: improve parsing form-data by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2944](https://togithub.com/nodejs/undici/pull/2944) #### New Contributors - [@​chrros95](https://togithub.com/chrros95) made their first contribution in [https://github.com/nodejs/undici/pull/2939](https://togithub.com/nodejs/undici/pull/2939) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.7.1...v6.8.0 ### [`v6.7.1`](https://togithub.com/nodejs/undici/releases/tag/v6.7.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.0...v6.7.1) #### What's Changed - fetch: use EOL of os-module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2915](https://togithub.com/nodejs/undici/pull/2915) - ci: only send codecov from ubuntu and node by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2914](https://togithub.com/nodejs/undici/pull/2914) - tests: improve skip for unix.js tests, remove skipped tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2916](https://togithub.com/nodejs/undici/pull/2916) - chore: fix typo in isHistoryNavigation comments by [@​kachick](https://togithub.com/kachick) in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - fix(benchmark): set body correctly by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2918](https://togithub.com/nodejs/undici/pull/2918) - chore: increase test coverage to 100% for /lib/api/api-request.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2912](https://togithub.com/nodejs/undici/pull/2912) - fix: chunksDecode cuts off 3 characters at the end if having BOM by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2922](https://togithub.com/nodejs/undici/pull/2922) - docs: clarify URI parsing behavior of ProxyAgent constructor by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2893](https://togithub.com/nodejs/undici/pull/2893) - implement sync formdata parser by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2911](https://togithub.com/nodejs/undici/pull/2911) - Fix docs links and add examples to sidebar by [@​tastypackets](https://togithub.com/tastypackets) in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - doc: update diagnostics channel request headers type change by [@​jessezhang91](https://togithub.com/jessezhang91) in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - perf: optimize getResolveErrorBodyCallback by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2921](https://togithub.com/nodejs/undici/pull/2921) - override request dispatcher from init by [@​matthieusieben](https://togithub.com/matthieusieben) in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) - add busboy tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2924](https://togithub.com/nodejs/undici/pull/2924) - fix(benchmark): make it fair by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2929](https://togithub.com/nodejs/undici/pull/2929) - Revert "chore: remove no-simd wasm" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2935](https://togithub.com/nodejs/undici/pull/2935) - build(deps): bump node from `d3271e4` to `8bf9240` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2936](https://togithub.com/nodejs/undici/pull/2936) - Flip link between docs and README by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2933](https://togithub.com/nodejs/undici/pull/2933) #### New Contributors - [@​kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - [@​tastypackets](https://togithub.com/tastypackets) made their first contribution in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - [@​jessezhang91](https://togithub.com/jessezhang91) made their first contribution in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - [@​matthieusieben](https://togithub.com/matthieusieben) made their first contribution in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.7.0...v6.7.1 ### [`v6.7.0`](https://togithub.com/nodejs/undici/releases/tag/v6.7.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.2...v6.7.0) #### What's Changed - test: remove t.diagnostics() calls in push-dont-push.js test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2715](https://togithub.com/nodejs/undici/pull/2715) - fix: fix flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2714](https://togithub.com/nodejs/undici/pull/2714) - fix: HTTP2 tweaks by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2711](https://togithub.com/nodejs/undici/pull/2711) - test: improve cookie tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2693](https://togithub.com/nodejs/undici/pull/2693) - test: response.url after redirect is set to target url by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2716](https://togithub.com/nodejs/undici/pull/2716) - chore: remove mocha and chai by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2696](https://togithub.com/nodejs/undici/pull/2696) - test: replace t.pass with t.ok by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2721](https://togithub.com/nodejs/undici/pull/2721) - perf: remove redundant operation in FormData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2726](https://togithub.com/nodejs/undici/pull/2726) - Add support for passing iterable objects as headers by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - chore: refine esbuild & node detection by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2677](https://togithub.com/nodejs/undici/pull/2677) - chore: rephrase some comments by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2717](https://togithub.com/nodejs/undici/pull/2717) - test: replace t.type with t.ok and instanceof by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2720](https://togithub.com/nodejs/undici/pull/2720) - remove useless options in web streams by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2729](https://togithub.com/nodejs/undici/pull/2729) - Let's add superagent to the benchmark. closes [#​2730](https://togithub.com/nodejs/undici/issues/2730) by [@​eddienubes](https://togithub.com/eddienubes) in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - convert node build to latin1 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2673](https://togithub.com/nodejs/undici/pull/2673) - simplify formData body parsing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2735](https://togithub.com/nodejs/undici/pull/2735) - chore: migrate a batch of tests to node test runner no. 1 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2719](https://togithub.com/nodejs/undici/pull/2719) - chore: migrate a batch of tests to node test runner no. 2 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2737](https://togithub.com/nodejs/undici/pull/2737) - chore: migrate a batch of tests to node test runner no. 4 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2739](https://togithub.com/nodejs/undici/pull/2739) - chore: migrate a batch of tests to node test runner no. 5 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2740](https://togithub.com/nodejs/undici/pull/2740) - chore: migrate a batch of tests to node test runner no. 3 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2738](https://togithub.com/nodejs/undici/pull/2738) - chore: migrate a batch of tests to node test runner no. 6 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2741](https://togithub.com/nodejs/undici/pull/2741) - chore: migrate a batch of tests to node test runner no. 8 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2744](https://togithub.com/nodejs/undici/pull/2744) - chore: migrate a batch of tests to node test runner no. 7 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2742](https://togithub.com/nodejs/undici/pull/2742) - build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2749](https://togithub.com/nodejs/undici/pull/2749) - perf: always use the same prototype Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2743](https://togithub.com/nodejs/undici/pull/2743) - chore: migrate a batch of tests to node test runner no. 9, remove tap by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2746](https://togithub.com/nodejs/undici/pull/2746) - chore: remove usage of http-errors in proxy example by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2753](https://togithub.com/nodejs/undici/pull/2753) - fix: dont ship wasm files of llhttp via npm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2752](https://togithub.com/nodejs/undici/pull/2752) - fix: handle request body as late as possible by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2734](https://togithub.com/nodejs/undici/pull/2734) - perf(tree): avoid recursive calls by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2755](https://togithub.com/nodejs/undici/pull/2755) - docs: fix favicon by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2758](https://togithub.com/nodejs/undici/pull/2758) - chore: use mermaid engine and mermaid in markdown by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2759](https://togithub.com/nodejs/undici/pull/2759) - chore: remove sinon dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2767](https://togithub.com/nodejs/undici/pull/2767) - tests: skip test/node-test/debug on node 21.6.2 and windows by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2765](https://togithub.com/nodejs/undici/pull/2765) - chore: improve usage of skip in tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2761](https://togithub.com/nodejs/undici/pull/2761) - feat: improve mock error breadcrumbs by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2774](https://togithub.com/nodejs/undici/pull/2774) - expose MessageEvent in fetch bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2770](https://togithub.com/nodejs/undici/pull/2770) - test: always exit with 0 when running in Node's Daily WPT Report CI job by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2778](https://togithub.com/nodejs/undici/pull/2778) - fix: add node prefix for util to fix issue in env with min version node 18 by [@​riderx](https://togithub.com/riderx) in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - perf: improve perf of parseRawHeaders by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2781](https://togithub.com/nodejs/undici/pull/2781) - fix: make mock-agent.js test more resilient by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2780](https://togithub.com/nodejs/undici/pull/2780) - chore: make some test run even without internet connection by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2786](https://togithub.com/nodejs/undici/pull/2786) - mock: improve validateReplyParameters by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2783](https://togithub.com/nodejs/undici/pull/2783) - perf: improve TernarySearchTree by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2782](https://togithub.com/nodejs/undici/pull/2782) - fix: convert HeadersInit to sequence/dictionary correctly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2784](https://togithub.com/nodejs/undici/pull/2784) - chore: improve getFieldValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2785](https://togithub.com/nodejs/undici/pull/2785) - Add RetryHandler to sidebar by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2797](https://togithub.com/nodejs/undici/pull/2797) - Add RetryAgent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2798](https://togithub.com/nodejs/undici/pull/2798) - build(deps): bump step-security/harden-runner from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2690](https://togithub.com/nodejs/undici/pull/2690) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2393](https://togithub.com/nodejs/undici/pull/2393) - build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2799](https://togithub.com/nodejs/undici/pull/2799) - build(deps): bump node from 20-alpine to 21-alpine in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2803](https://togithub.com/nodejs/undici/pull/2803) - perf: improve sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2756](https://togithub.com/nodejs/undici/pull/2756) - refactor: move web stuff into their own folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2793](https://togithub.com/nodejs/undici/pull/2793) - `s/ dispactgher/dispatcher/` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - Use paralellelRequests instead of connections to calculate req/sec in benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2800](https://togithub.com/nodejs/undici/pull/2800) - Split out documentation into separate directory by [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in [https://github.com/nodejs/undici/pull/2788](https://togithub.com/nodejs/undici/pull/2788) - build(deps): bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2820](https://togithub.com/nodejs/undici/pull/2820) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2821](https://togithub.com/nodejs/undici/pull/2821) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2818](https://togithub.com/nodejs/undici/pull/2818) - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2819](https://togithub.com/nodejs/undici/pull/2819) - fix: move CNAME and .nojekyll to root by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2822](https://togithub.com/nodejs/undici/pull/2822) - remove all fetchParam event handlers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2823](https://togithub.com/nodejs/undici/pull/2823) - feat: refactor ProxyAgent constructor to also accept single URL argument by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2810](https://togithub.com/nodejs/undici/pull/2810) - fix: isCTLExcludingHtab by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2790](https://togithub.com/nodejs/undici/pull/2790) - refactor: move files into logical folders by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2813](https://togithub.com/nodejs/undici/pull/2813) - refactor: move fixed-queeu to dispatcher and rm node folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2827](https://togithub.com/nodejs/undici/pull/2827) - chore: create package.json in benchmarks by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2766](https://togithub.com/nodejs/undici/pull/2766) - build(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2829](https://togithub.com/nodejs/undici/pull/2829) - chore: use lts for pubish types workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2830](https://togithub.com/nodejs/undici/pull/2830) - add dispatcher option to Request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2831](https://togithub.com/nodejs/undici/pull/2831) - fix url referrer wpt by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2832](https://togithub.com/nodejs/undici/pull/2832) - refactor: remove own sort logic by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2834](https://togithub.com/nodejs/undici/pull/2834) - fix(fetch): prevent crash when `fetch` is aborted with `null` as the `AbortSignal's` `reason` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2833](https://togithub.com/nodejs/undici/pull/2833) - refactor: avoid http2 dynamic dispatch in socket handlers by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2839](https://togithub.com/nodejs/undici/pull/2839) - build(deps-dev): bump proxy from 1.0.2 to 2.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2137](https://togithub.com/nodejs/undici/pull/2137) - perf(tree): reduce overhead of build TernarySearchTree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2840](https://togithub.com/nodejs/undici/pull/2840) - webidl: implement resizable arraybuffer checks by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2094](https://togithub.com/nodejs/undici/pull/2094) - websocket server only needs to reply with a single subprotocol by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2845](https://togithub.com/nodejs/undici/pull/2845) - unite webidl stringification by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2843](https://togithub.com/nodejs/undici/pull/2843) - fix: deflake connect-timeout test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2851](https://togithub.com/nodejs/undici/pull/2851) - fix: coverage reporting by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2763](https://togithub.com/nodejs/undici/pull/2763) - fix: pipelining logic is not relevant for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2850](https://togithub.com/nodejs/undici/pull/2850) - processBody doesn't need to return a promise by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2858](https://togithub.com/nodejs/undici/pull/2858) - refactor: split client into client-h1/h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2848](https://togithub.com/nodejs/undici/pull/2848) - ci: fix concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2862](https://togithub.com/nodejs/undici/pull/2862) - perf: improve performance of isValidSubprotocol by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2861](https://togithub.com/nodejs/undici/pull/2861) - perf: reuse TextDecoder instance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2863](https://togithub.com/nodejs/undici/pull/2863) - chore: restructure benchmarks, use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2864](https://togithub.com/nodejs/undici/pull/2864) - cookies: improve perf of toIMFDate by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2867](https://togithub.com/nodejs/undici/pull/2867) - cookies: fix validateCookiePath by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2866](https://togithub.com/nodejs/undici/pull/2866) - refactor: move out more h2 from core client by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2860](https://togithub.com/nodejs/undici/pull/2860) - mock: improve test coverage of buildHeadersFromArray by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2872](https://togithub.com/nodejs/undici/pull/2872) - fix: remove broken build request hack by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2874](https://togithub.com/nodejs/undici/pull/2874) - chore: filenames should use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2873](https://togithub.com/nodejs/undici/pull/2873) - refactor: split out last h1 specific code from core by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2876](https://togithub.com/nodejs/undici/pull/2876) - fix: make pipelining limit work for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2875](https://togithub.com/nodejs/undici/pull/2875) - fix: http2 doesn't have pipelining queue by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2878](https://togithub.com/nodejs/undici/pull/2878) - fix: minor connect cleanup by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2877](https://togithub.com/nodejs/undici/pull/2877) - Request headers types by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2879](https://togithub.com/nodejs/undici/pull/2879) - ci: remove concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2880](https://togithub.com/nodejs/undici/pull/2880) - fix: prefer queueMicrotask by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2881](https://togithub.com/nodejs/undici/pull/2881) - chore: remove no-simd wasm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2871](https://togithub.com/nodejs/undici/pull/2871) - cookies: improve validateCookieValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2883](https://togithub.com/nodejs/undici/pull/2883) - cookies: improve validateCookieName by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2884](https://togithub.com/nodejs/undici/pull/2884) - Properly parse set-cookie header using http2 by [@​jeanp413](https://togithub.com/jeanp413) in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) - doc deprecate bodymixin.formData by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2892](https://togithub.com/nodejs/undici/pull/2892) - perf: optimize check invalid field-vchar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2889](https://togithub.com/nodejs/undici/pull/2889) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2897](https://togithub.com/nodejs/undici/pull/2897) - fix issue 2898 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2900](https://togithub.com/nodejs/undici/pull/2900) - tests: ignore catch block when requiring crypto module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2901](https://togithub.com/nodejs/undici/pull/2901) - websocket: remove dead code in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2902](https://togithub.com/nodejs/undici/pull/2902) - fix: tests dont need process.exit by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2909](https://togithub.com/nodejs/undici/pull/2909) - chore: remove proxyquire by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2906](https://togithub.com/nodejs/undici/pull/2906) - chore: remove import-fresh as devDependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2908](https://togithub.com/nodejs/undici/pull/2908) - perf(headers): a single set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2903](https://togithub.com/nodejs/undici/pull/2903) - websocket: improve .close() by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2865](https://togithub.com/nodejs/undici/pull/2865) - feat: add sending data benchmark by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2905](https://togithub.com/nodejs/undici/pull/2905) - ci: integrate workflows into nodejs.yml by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2899](https://togithub.com/nodejs/undici/pull/2899) #### New Contributors - [@​JaoodxD](https://togithub.com/JaoodxD) made their first contribution in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - [@​eddienubes](https://togithub.com/eddienubes) made their first contribution in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - [@​riderx](https://togithub.com/riderx) made their first contribution in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - [@​steveluscher](https://togithub.com/steveluscher) made their first contribution in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - [@​jeanp413](https://togithub.com/jeanp413) made their first contribution in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.0...v6.6.1) #### ⚠️ Security Release ⚠️ Details on the vulnerabilities fixed will be shared in the next couple of days. #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2687](https://togithub.com/nodejs/undici/pull/2687) - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2688](https://togithub.com/nodejs/undici/pull/2688) - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2689](https://togithub.com/nodejs/undici/pull/2689) - fix: ci pipeline warnings by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2685](https://togithub.com/nodejs/undici/pull/2685) - perf: optimize Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2692](https://togithub.com/nodejs/undici/pull/2692) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1 ### [`v6.6.0`](https://togithub.com/nodejs/undici/releases/tag/v6.6.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.5.0...v6.6.0) #### What's Changed - add webSocket example by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2626](https://togithub.com/nodejs/undici/pull/2626) - chore: remove atomic-sleep as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2648](https://togithub.com/nodejs/undici/pull/2648) - chore: remove semver as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2646](https://togithub.com/nodejs/undici/pull/2646) - chore: remove table as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2649](https://togithub.com/nodejs/undici/pull/2649) - chore: remove delay as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2647](https://togithub.com/nodejs/undici/pull/2647) - chore: reduce noise in test-logs test/issue-2349.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2655](https://togithub.com/nodejs/undici/pull/2655) - chore: fix faketimer warning in test/request-timeout.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2656](https://togithub.com/nodejs/undici/pull/2656) - chore: reduce noise in test logs test/client-node-max-header-size.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2654](https://togithub.com/nodejs/undici/pull/2654) - refactor: use fromInnerResponse by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2635](https://togithub.com/nodejs/undici/pull/2635) - fix: support deflate raw responses by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2650](https://togithub.com/nodejs/undici/pull/2650) - Support building for externally shared js builtins by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) - fix: typo clampAndCoarsenConnectionTimingInfo by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2653](https://togithub.com/nodejs/undici/pull/2653) - chore: use 'node:'-prefix for requiring node core modules by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2662](https://togithub.com/nodejs/undici/pull/2662) - build(deps-dev): bump husky from 8.0.3 to 9.0.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2667](https://togithub.com/nodejs/undici/pull/2667) - build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2668](https://togithub.com/nodejs/undici/pull/2668) - remove timers/promises import by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2665](https://togithub.com/nodejs/undici/pull/2665) - chore: fix various codesmells by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2669](https://togithub.com/nodejs/undici/pull/2669) - chore: remove this alias in agent.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2671](https://togithub.com/nodejs/undici/pull/2671) - chore: use optional chaining by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2666](https://togithub.com/nodejs/undici/pull/2666) - chore: small perf improvements by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2661](https://togithub.com/nodejs/undici/pull/2661) - implement spec changes from a while ago by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2676](https://togithub.com/nodejs/undici/pull/2676) - websocket: fix close when no closing code is received by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2680](https://togithub.com/nodejs/undici/pull/2680) - fix: make ci less flaky by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2684](https://togithub.com/nodejs/undici/pull/2684) #### New Contributors - [@​mochaaP](https://togithub.com/mochaaP) made their first contribution in [https://github.com/nodejs/undici/pull/2643](https://togithub.com/nodejs/undici/pull/2643) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0 ### [`v6.5.0`](https://togithub.com/nodejs/undici/releases/tag/v6.5.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.4.0...v6.5.0) #### What's Changed - build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2632](https://togithub.com/nodejs/undici/pull/2632) - feat: Implement EventSource by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2608](https://togithub.com/nodejs/undici/pull/2608) - fix: readable body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2642](https://togithub.com/nodejs/undici/pull/2642) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.4.0...v6.5.0 ### [`v6.4.0`](https://togithub.com/nodejs/undici/releases/tag/v6.4.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.3.0...v6.4.0) ##### What's Changed - refactor: version cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2605](https://togithub.com/nodejs/undici/pull/2605) - cacheStorage: separate matchAll logic by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2599](https://togithub.com/nodejs/undici/pull/2599) - cleanup index by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2598](https://togithub.com/nodejs/undici/pull/2598) - feat: port `balanced-pool`, `ca-fingerprint`, `client-abort` tests to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2584](https://togithub.com/nodejs/undici/pull/2584) - ci: unpin nodejs workflow version by [@​dominykas](https://togithub.com/dominykas) in [https://github.com/nodejs/undici/pull/2434](https://togithub.com/nodejs/undici/pull/2434) - test([#​2600](https://togithub.com/nodejs/undici/issues/2600)): Flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2607](https://togithub.com/nodejs/undici/pull/2607) - fix: h2 hang issue with empty body by [@​timursevimli](https://togithub.com/timursevimli) in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - Fix tests for Node.js v21 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2609](https://togithub.com/nodejs/undici/pull/2609) - perf(cache): avoid Request and Response initialization by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2610](https://togithub.com/nodejs/undici/pull/2610) - Add more libraries to benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2614](https://togithub.com/nodejs/undici/pull/2614) - feat: port `client-connect`, `client-dispatch`, `client-errors` test to `node:test` by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2591](https://togithub.com/nodejs/undici/pull/2591) - exit with 1 if WPT runner has unexpected errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2621](https://togithub.com/nodejs/undici/pull/2621) - Fix tests for Node.js v20.11.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2618](https://togithub.com/nodejs/undici/pull/2618) - fix(mock-agent): split set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2619](https://togithub.com/nodejs/undici/pull/2619) - feat: implement throwOnMaxRedirect option for RedirectHandler by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - test: fix flaky debug test by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2613](https://togithub.com/nodejs/undici/pull/2613) - fix: hide statusOutput if empty in handleRunnerCompletion by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2624](https://togithub.com/nodejs/undici/pull/2624) - docs: Fix typo in Debug.md by [@​Skn0tt](https://togithub.com/Skn0tt) in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) - fix(cache): set AbortSignal by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2612](https://togithub.com/nodejs/undici/pull/2612) - Use correct http Agent for node-fetch, axios, got and request by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2629](https://togithub.com/nodejs/undici/pull/2629) ##### New Contributors - [@​timursevimli](https://togithub.com/timursevimli) made their first contribution in [https://github.com/nodejs/undici/pull/2601](https://togithub.com/nodejs/undici/pull/2601) - [@​mertcanaltin](https://togithub.com/mertcanaltin) made their first contribution in [https://github.com/nodejs/undici/pull/2563](https://togithub.com/nodejs/undici/pull/2563) - [@​Skn0tt](https://togithub.com/Skn0tt) made their first contribution in [https://github.com/nodejs/undici/pull/2625](https://togithub.com/nodejs/undici/pull/2625) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.3.0...v6.4.0 ### [`v6.3.0`](https://togithub.com/nodejs/undici/releases/tag/v6.3.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.1...v6.3.0) #### What's Changed - Clear all timeout on destroy and close by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2535](https://togithub.com/nodejs/undici/pull/2535) - ConnectOptions should include 'origin' field by [@​dvoytenko](https://togithub.com/dvoytenko) in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - perf: avoid toLowerCase call by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2537](https://togithub.com/nodejs/undici/pull/2537) - revert [`a1a8136`](https://togithub.com/nodejs/undici/commit/a1a8136) by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2539](https://togithub.com/nodejs/undici/pull/2539) - docs: add Util to sidebar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2529](https://togithub.com/nodejs/undici/pull/2529) - fix: call explicitly unregister by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2534](https://togithub.com/nodejs/undici/pull/2534) - fix: check the content-type of invalid formData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2541](https://togithub.com/nodejs/undici/pull/2541) - Add request examples. by [@​autopulated](https://togithub.com/autopulated) in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - fix(HTTP/2): handle consumption of aborted request by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2387](https://togithub.com/nodejs/undici/pull/2387) - chore: update tst test by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2538](https://togithub.com/nodejs/undici/pull/2538) - fix(fetch): do not abort fetch on redirect by [@​angelyan](https://togithub.com/angelyan) in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - drop verifyVersion in scripts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2549](https://togithub.com/nodejs/undici/pull/2549) - types: remove unused Client and Pool types by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2557](https://togithub.com/nodejs/undici/pull/2557) - lib: fix Host header when CONNECT ProxyAgent by [@​RafaelGSS](https://togithub.com/RafaelGSS) in [https://github.com/nodejs/undici/pull/2556](https://togithub.com/nodejs/undici/pull/2556) - feat: port cookies tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - feat: port webidl tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - perf: Improve percentDecode by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2562](https://togithub.com/nodejs/undici/pull/2562) - Fix parseHashWithOptions regex by [@​flapenna](https://togithub.com/flapenna) in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - feat: port diagnostic-channel tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2559](https://togithub.com/nodejs/undici/pull/2559) - feat: port websocket tests to node test runner by [@​ilteoood](https://togithub.com/ilteoood) in [https://github.com/nodejs/undici/pull/2553](https://togithub.com/nodejs/undici/pull/2553) - build(deps-dev): bump tsd from 0.29.0 to 0.30.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2551](https://togithub.com/nodejs/undici/pull/2551) - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2572](https://togithub.com/nodejs/undici/pull/2572) - build(deps): bump github/codeql-action from 2.22.5 to 3.22.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2574](https://togithub.com/nodejs/undici/pull/2574) - Update `@matteo.collina/tspl` to 0.1.1 by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - mark wpt as failing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2581](https://togithub.com/nodejs/undici/pull/2581) - feat: port `abort-controller.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2564](https://togithub.com/nodejs/undici/pull/2564) - fix data url test by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2580](https://togithub.com/nodejs/undici/pull/2580) - feat: port `async_hooks.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2568](https://togithub.com/nodejs/undici/pull/2568) - feat: port `agent.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2566](https://togithub.com/nodejs/undici/pull/2566) - feat: port `abort-event-emitter.js` tests to `node:test` runnner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2565](https://togithub.com/nodejs/undici/pull/2565) - feat: port first half of fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) - perf: bypass method validation by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2583](https://togithub.com/nodejs/undici/pull/2583) - fetch: warn when using patch method by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2577](https://togithub.com/nodejs/undici/pull/2577) - feat: port `autoselectfamily.js` tests to `node:test` runner by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2570](https://togithub.com/nodejs/undici/pull/2570) - feat: port remaining fetch tests to node test runner by [@​anurag-roy](https://togithub.com/anurag-roy) in [https://github.com/nodejs/undici/pull/2587](https://togithub.com/nodejs/undici/pull/2587) - fix: use isArrayBuffer instead of isAnyArrayBuffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2586](https://togithub.com/nodejs/undici/pull/2586) - Feat/migrate tests to node runner by [@​pmarchini](https://togithub.com/pmarchini) in [https://github.com/nodejs/undici/pull/2593](https://togithub.com/nodejs/undici/pull/2593) - abort request with reason if one is provided by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2592](https://togithub.com/nodejs/undici/pull/2592) - feat: port tst test to node test runner by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2595](https://togithub.com/nodejs/undici/pull/2595) - feat([#​2191](https://togithub.com/nodejs/undici/issues/2191)): Add support for `NODE_DEBUG` by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2585](https://togithub.com/nodejs/undici/pull/2585) - cacheStorage: fix bugs make wpts pass by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2596](https://togithub.com/nodejs/undici/pull/2596) - fix: non-object error in abort throws bad error by [@​atlowChemi](https://togithub.com/atlowChemi) in [https://github.com/nodejs/undici/pull/2597](https://togithub.com/nodejs/undici/pull/2597) - fix: add test helper for closing server as promise by [@​sosukesuzuki](https://togithub.com/sosukesuzuki) in [https://github.com/nodejs/undici/pull/2604](https://togithub.com/nodejs/undici/pull/2604) #### New Contributors - [@​dvoytenko](https://togithub.com/dvoytenko) made their first contribution in [https://github.com/nodejs/undici/pull/2532](https://togithub.com/nodejs/undici/pull/2532) - [@​autopulated](https://togithub.com/autopulated) made their first contribution in [https://github.com/nodejs/undici/pull/2380](https://togithub.com/nodejs/undici/pull/2380) - [@​angelyan](https://togithub.com/angelyan) made their first contribution in [https://github.com/nodejs/undici/pull/2545](https://togithub.com/nodejs/undici/pull/2545) - [@​pmarchini](https://togithub.com/pmarchini) made their first contribution in [https://github.com/nodejs/undici/pull/2547](https://togithub.com/nodejs/undici/pull/2547) - [@​ilteoood](https://togithub.com/ilteoood) made their first contribution in [https://github.com/nodejs/undici/pull/2554](https://togithub.com/nodejs/undici/pull/2554) - [@​flapenna](https://togithub.com/flapenna) made their first contribution in [https://github.com/nodejs/undici/pull/2561](https://togithub.com/nodejs/undici/pull/2561) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/nodejs/undici/pull/2576](https://togithub.com/nodejs/undici/pull/2576) - [@​anurag-roy](https://togithub.com/anurag-roy) made their first contribution in [https://github.com/nodejs/undici/pull/2569](https://togithub.com/nodejs/undici/pull/2569) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.1...v6.3.0 ### [`v6.2.1`](https://togithub.com/nodejs/undici/releases/tag/v6.2.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.2.0...v6.2.1) ##### What's Changed - perf: use tree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2528](https://togithub.com/nodejs/undici/pull/2528) - chore: reduce dependencies by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2533](https://togithub.com/nodejs/undici/pull/2533) - Remove timers in agent.js by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2536](https://togithub.com/nodejs/undici/pull/2536) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1 ### [`v6.2.0`](https://togithub.com/nodejs/undici/releases/tag/v6.2.0) [Compare Source](https://t </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
gr2m
referenced
this pull request
in octokit/rest.js
Apr 4, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.6.1` -> `6.11.1`](https://renovatebot.com/diffs/npm/undici/6.6.1/6.11.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2024-30260](https://togithub.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7) ### Impact Undici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`. ### Patches This has been patched in nodejs/undici@6805746. Fixes has been released in v5.28.4 and v6.11.1. ### Workarounds use `fetch()` or disable `maxRedirections`. ### References Linzi Shang reported this. * https://hackerone.com/reports/2408074 * GHSA-3787-6prv-h9w3 #### [CVE-2024-30261](https://togithub.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672) ### Impact If an attacker can alter the `integrity` option passed to `fetch()`, they can let `fetch()` accept requests as valid even if they have been tampered. ### Patches Fixed in nodejs/undici@d542b8c. Fixes has been released in v5.28.4 and v6.11.1. ### Workarounds Ensure that `integrity` cannot be tampered with. ### References https://hackerone.com/reports/2377760 --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.11.1`](https://togithub.com/nodejs/undici/compare/v6.11.0...6df3c738d03dc4014a26640316bf699950d62024) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.11.0...v6.11.1) ### [`v6.11.0`](https://togithub.com/nodejs/undici/compare/v6.10.2...ee5f892f3955eaca37730ed30349153ba203e9cd) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.10.2...v6.11.0) ### [`v6.10.2`](https://togithub.com/nodejs/undici/releases/tag/v6.10.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.10.1...v6.10.2) ##### What's Changed - Do not fail test if streams support typed arrays by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2978](https://togithub.com/nodejs/undici/pull/2978) - fix(fetch): properly redirect non-ascii location header url by [@​Xvezda](https://togithub.com/Xvezda) in [https://github.com/nodejs/undici/pull/2971](https://togithub.com/nodejs/undici/pull/2971) - perf: Remove double-stringify in setCookie by [@​peterver](https://togithub.com/peterver) in [https://github.com/nodejs/undici/pull/2980](https://togithub.com/nodejs/undici/pull/2980) - \[fix [#​2982](https://togithub.com/nodejs/undici/issues/2982)] use DispatcherInterceptor type for Dispatcher#Compose by [@​clovis-guillemot](https://togithub.com/clovis-guillemot) in [https://github.com/nodejs/undici/pull/2983](https://togithub.com/nodejs/undici/pull/2983) - fix: make EventSource properties enumerable by [@​MattBidewell](https://togithub.com/MattBidewell) in [https://github.com/nodejs/undici/pull/2987](https://togithub.com/nodejs/undici/pull/2987) - docs: ✏️ fixed benchmark links by [@​benhalverson](https://togithub.com/benhalverson) in [https://github.com/nodejs/undici/pull/2991](https://togithub.com/nodejs/undici/pull/2991) - fix([#​2986](https://togithub.com/nodejs/undici/issues/2986)): bad start check by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2992](https://togithub.com/nodejs/undici/pull/2992) - fix(H2 Client): bind stream 'data' listener only after received 'response' event by [@​St3ffGv4](https://togithub.com/St3ffGv4) in [https://github.com/nodejs/undici/pull/2985](https://togithub.com/nodejs/undici/pull/2985) - feat: added search input by [@​benhalverson](https://togithub.com/benhalverson) in [https://github.com/nodejs/undici/pull/2993](https://togithub.com/nodejs/undici/pull/2993) - chore: validate responses can be consumed without a Content-Length or… by [@​jacob-ebey](https://togithub.com/jacob-ebey) in [https://github.com/nodejs/undici/pull/2995](https://togithub.com/nodejs/undici/pull/2995) - fix error message by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2998](https://togithub.com/nodejs/undici/pull/2998) - Revert "perf: reuse TextDecoder instance ([#​2863](https://togithub.com/nodejs/undici/issues/2863))" by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2999](https://togithub.com/nodejs/undici/pull/2999) - test: remove only by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3001](https://togithub.com/nodejs/undici/pull/3001) ##### New Contributors - [@​Xvezda](https://togithub.com/Xvezda) made their first contribution in [https://github.com/nodejs/undici/pull/2971](https://togithub.com/nodejs/undici/pull/2971) - [@​peterver](https://togithub.com/peterver) made their first contribution in [https://github.com/nodejs/undici/pull/2980](https://togithub.com/nodejs/undici/pull/2980) - [@​clovis-guillemot](https://togithub.com/clovis-guillemot) made their first contribution in [https://github.com/nodejs/undici/pull/2983](https://togithub.com/nodejs/undici/pull/2983) - [@​MattBidewell](https://togithub.com/MattBidewell) made their first contribution in [https://github.com/nodejs/undici/pull/2987](https://togithub.com/nodejs/undici/pull/2987) - [@​benhalverson](https://togithub.com/benhalverson) made their first contribution in [https://github.com/nodejs/undici/pull/2991](https://togithub.com/nodejs/undici/pull/2991) - [@​St3ffGv4](https://togithub.com/St3ffGv4) made their first contribution in [https://github.com/nodejs/undici/pull/2985](https://togithub.com/nodejs/undici/pull/2985) - [@​jacob-ebey](https://togithub.com/jacob-ebey) made their first contribution in [https://github.com/nodejs/undici/pull/2995](https://togithub.com/nodejs/undici/pull/2995) **Full Changelog**: nodejs/undici@v6.10.0...v6.10.2 ### [`v6.10.1`](https://togithub.com/nodejs/undici/compare/v6.10.0...dd3918fee4f90e02fb93ff1bc04e707144041938) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.10.0...v6.10.1) ### [`v6.10.0`](https://togithub.com/nodejs/undici/releases/tag/v6.10.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.9.0...v6.10.0) #### What's Changed - test: fix flakyness of issue-803 test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2960](https://togithub.com/nodejs/undici/pull/2960) - Cleanup format by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2959](https://togithub.com/nodejs/undici/pull/2959) - Chore: run tests daily against node nightly by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/2969](https://togithub.com/nodejs/undici/pull/2969) - fix: fix retry handler option by [@​acommodari](https://togithub.com/acommodari) in [https://github.com/nodejs/undici/pull/2962](https://togithub.com/nodejs/undici/pull/2962) - build(deps): bump node from `4999fa1` to `577f8eb` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2974](https://togithub.com/nodejs/undici/pull/2974) - feat(TS): add types for composed dispatchers by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2967](https://togithub.com/nodejs/undici/pull/2967) - fix: count for error response and network errors by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2966](https://togithub.com/nodejs/undici/pull/2966) #### New Contributors - [@​mweberxyz](https://togithub.com/mweberxyz) made their first contribution in [https://github.com/nodejs/undici/pull/2969](https://togithub.com/nodejs/undici/pull/2969) - [@​acommodari](https://togithub.com/acommodari) made their first contribution in [https://github.com/nodejs/undici/pull/2962](https://togithub.com/nodejs/undici/pull/2962) **Full Changelog**: nodejs/undici@v6.9.0...v6.10.0 ### [`v6.9.0`](https://togithub.com/nodejs/undici/releases/tag/v6.9.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.8.0...v6.9.0) #### What's Changed - feat: add new dispatch compose by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2826](https://togithub.com/nodejs/undici/pull/2826) - ci: add macos-latest to test-matrix by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2952](https://togithub.com/nodejs/undici/pull/2952) - types: align RequestInit.body type with lib.dom.ts by [@​jdufresne](https://togithub.com/jdufresne) in [https://github.com/nodejs/undici/pull/2956](https://togithub.com/nodejs/undici/pull/2956) - ci: pin versions of github actions by [@​UlisesGascon](https://togithub.com/UlisesGascon) in [https://github.com/nodejs/undici/pull/2957](https://togithub.com/nodejs/undici/pull/2957) - fetch: improve output for FormData, Response, Request by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2955](https://togithub.com/nodejs/undici/pull/2955) - perf: optimize collectASequenceOfBytes by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2958](https://togithub.com/nodejs/undici/pull/2958) #### New Contributors - [@​jdufresne](https://togithub.com/jdufresne) made their first contribution in [https://github.com/nodejs/undici/pull/2956](https://togithub.com/nodejs/undici/pull/2956) - [@​UlisesGascon](https://togithub.com/UlisesGascon) made their first contribution in [https://github.com/nodejs/undici/pull/2957](https://togithub.com/nodejs/undici/pull/2957) **Full Changelog**: nodejs/undici@v6.8.0...v6.9.0 ### [`v6.8.0`](https://togithub.com/nodejs/undici/releases/tag/v6.8.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.1...v6.8.0) #### What's Changed - fix: send correct SNI for proxy connections by [@​chrros95](https://togithub.com/chrros95) in [https://github.com/nodejs/undici/pull/2939](https://togithub.com/nodejs/undici/pull/2939) - build(deps): bump node from `8bf9240` to `7bfef1d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2937](https://togithub.com/nodejs/undici/pull/2937) - fetch: improve util.inspect output for web specifications by [@​mertcanaltin](https://togithub.com/mertcanaltin) in [https://github.com/nodejs/undici/pull/2938](https://togithub.com/nodejs/undici/pull/2938) - ci: fix broken ci on windows and node v21 because of libuv bug by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2941](https://togithub.com/nodejs/undici/pull/2941) - perf: improve getResolveErrorBodyCallback by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2940](https://togithub.com/nodejs/undici/pull/2940) - fix: don't assign kAgent twice by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2942](https://togithub.com/nodejs/undici/pull/2942) - perf: dump immediatly if known size exceeds limit by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2882](https://togithub.com/nodejs/undici/pull/2882) - build(deps): bump node from `7bfef1d` to `4999fa1` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2946](https://togithub.com/nodejs/undici/pull/2946) - try to fix windows failure by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2950](https://togithub.com/nodejs/undici/pull/2950) - perf: improve parsing form-data by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2944](https://togithub.com/nodejs/undici/pull/2944) #### New Contributors - [@​chrros95](https://togithub.com/chrros95) made their first contribution in [https://github.com/nodejs/undici/pull/2939](https://togithub.com/nodejs/undici/pull/2939) **Full Changelog**: nodejs/undici@v6.7.1...v6.8.0 ### [`v6.7.1`](https://togithub.com/nodejs/undici/releases/tag/v6.7.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.7.0...v6.7.1) #### What's Changed - fetch: use EOL of os-module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2915](https://togithub.com/nodejs/undici/pull/2915) - ci: only send codecov from ubuntu and node by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2914](https://togithub.com/nodejs/undici/pull/2914) - tests: improve skip for unix.js tests, remove skipped tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2916](https://togithub.com/nodejs/undici/pull/2916) - chore: fix typo in isHistoryNavigation comments by [@​kachick](https://togithub.com/kachick) in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - fix(benchmark): set body correctly by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2918](https://togithub.com/nodejs/undici/pull/2918) - chore: increase test coverage to 100% for /lib/api/api-request.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2912](https://togithub.com/nodejs/undici/pull/2912) - fix: chunksDecode cuts off 3 characters at the end if having BOM by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2922](https://togithub.com/nodejs/undici/pull/2922) - docs: clarify URI parsing behavior of ProxyAgent constructor by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2893](https://togithub.com/nodejs/undici/pull/2893) - implement sync formdata parser by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2911](https://togithub.com/nodejs/undici/pull/2911) - Fix docs links and add examples to sidebar by [@​tastypackets](https://togithub.com/tastypackets) in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - doc: update diagnostics channel request headers type change by [@​jessezhang91](https://togithub.com/jessezhang91) in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - perf: optimize getResolveErrorBodyCallback by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2921](https://togithub.com/nodejs/undici/pull/2921) - override request dispatcher from init by [@​matthieusieben](https://togithub.com/matthieusieben) in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) - add busboy tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2924](https://togithub.com/nodejs/undici/pull/2924) - fix(benchmark): make it fair by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2929](https://togithub.com/nodejs/undici/pull/2929) - Revert "chore: remove no-simd wasm" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2935](https://togithub.com/nodejs/undici/pull/2935) - build(deps): bump node from `d3271e4` to `8bf9240` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2936](https://togithub.com/nodejs/undici/pull/2936) - Flip link between docs and README by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2933](https://togithub.com/nodejs/undici/pull/2933) #### New Contributors - [@​kachick](https://togithub.com/kachick) made their first contribution in [https://github.com/nodejs/undici/pull/2920](https://togithub.com/nodejs/undici/pull/2920) - [@​tastypackets](https://togithub.com/tastypackets) made their first contribution in [https://github.com/nodejs/undici/pull/2895](https://togithub.com/nodejs/undici/pull/2895) - [@​jessezhang91](https://togithub.com/jessezhang91) made their first contribution in [https://github.com/nodejs/undici/pull/2925](https://togithub.com/nodejs/undici/pull/2925) - [@​matthieusieben](https://togithub.com/matthieusieben) made their first contribution in [https://github.com/nodejs/undici/pull/2928](https://togithub.com/nodejs/undici/pull/2928) **Full Changelog**: nodejs/undici@v6.7.0...v6.7.1 ### [`v6.7.0`](https://togithub.com/nodejs/undici/releases/tag/v6.7.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.2...v6.7.0) #### What's Changed - test: remove t.diagnostics() calls in push-dont-push.js test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2715](https://togithub.com/nodejs/undici/pull/2715) - fix: fix flaky debug test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2714](https://togithub.com/nodejs/undici/pull/2714) - fix: HTTP2 tweaks by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/2711](https://togithub.com/nodejs/undici/pull/2711) - test: improve cookie tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2693](https://togithub.com/nodejs/undici/pull/2693) - test: response.url after redirect is set to target url by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2716](https://togithub.com/nodejs/undici/pull/2716) - chore: remove mocha and chai by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2696](https://togithub.com/nodejs/undici/pull/2696) - test: replace t.pass with t.ok by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2721](https://togithub.com/nodejs/undici/pull/2721) - perf: remove redundant operation in FormData by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2726](https://togithub.com/nodejs/undici/pull/2726) - Add support for passing iterable objects as headers by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - chore: refine esbuild & node detection by [@​mochaaP](https://togithub.com/mochaaP) in [https://github.com/nodejs/undici/pull/2677](https://togithub.com/nodejs/undici/pull/2677) - chore: rephrase some comments by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2717](https://togithub.com/nodejs/undici/pull/2717) - test: replace t.type with t.ok and instanceof by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2720](https://togithub.com/nodejs/undici/pull/2720) - remove useless options in web streams by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2729](https://togithub.com/nodejs/undici/pull/2729) - Let's add superagent to the benchmark. closes [#​2730](https://togithub.com/nodejs/undici/issues/2730) by [@​eddienubes](https://togithub.com/eddienubes) in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - convert node build to latin1 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2673](https://togithub.com/nodejs/undici/pull/2673) - simplify formData body parsing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2735](https://togithub.com/nodejs/undici/pull/2735) - chore: migrate a batch of tests to node test runner no. 1 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2719](https://togithub.com/nodejs/undici/pull/2719) - chore: migrate a batch of tests to node test runner no. 2 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2737](https://togithub.com/nodejs/undici/pull/2737) - chore: migrate a batch of tests to node test runner no. 4 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2739](https://togithub.com/nodejs/undici/pull/2739) - chore: migrate a batch of tests to node test runner no. 5 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2740](https://togithub.com/nodejs/undici/pull/2740) - chore: migrate a batch of tests to node test runner no. 3 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2738](https://togithub.com/nodejs/undici/pull/2738) - chore: migrate a batch of tests to node test runner no. 6 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2741](https://togithub.com/nodejs/undici/pull/2741) - chore: migrate a batch of tests to node test runner no. 8 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2744](https://togithub.com/nodejs/undici/pull/2744) - chore: migrate a batch of tests to node test runner no. 7 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2742](https://togithub.com/nodejs/undici/pull/2742) - build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2749](https://togithub.com/nodejs/undici/pull/2749) - perf: always use the same prototype Iterator by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2743](https://togithub.com/nodejs/undici/pull/2743) - chore: migrate a batch of tests to node test runner no. 9, remove tap by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2746](https://togithub.com/nodejs/undici/pull/2746) - chore: remove usage of http-errors in proxy example by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2753](https://togithub.com/nodejs/undici/pull/2753) - fix: dont ship wasm files of llhttp via npm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2752](https://togithub.com/nodejs/undici/pull/2752) - fix: handle request body as late as possible by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2734](https://togithub.com/nodejs/undici/pull/2734) - perf(tree): avoid recursive calls by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2755](https://togithub.com/nodejs/undici/pull/2755) - docs: fix favicon by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2758](https://togithub.com/nodejs/undici/pull/2758) - chore: use mermaid engine and mermaid in markdown by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2759](https://togithub.com/nodejs/undici/pull/2759) - chore: remove sinon dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2767](https://togithub.com/nodejs/undici/pull/2767) - tests: skip test/node-test/debug on node 21.6.2 and windows by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2765](https://togithub.com/nodejs/undici/pull/2765) - chore: improve usage of skip in tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2761](https://togithub.com/nodejs/undici/pull/2761) - feat: improve mock error breadcrumbs by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2774](https://togithub.com/nodejs/undici/pull/2774) - expose MessageEvent in fetch bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2770](https://togithub.com/nodejs/undici/pull/2770) - test: always exit with 0 when running in Node's Daily WPT Report CI job by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2778](https://togithub.com/nodejs/undici/pull/2778) - fix: add node prefix for util to fix issue in env with min version node 18 by [@​riderx](https://togithub.com/riderx) in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - perf: improve perf of parseRawHeaders by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2781](https://togithub.com/nodejs/undici/pull/2781) - fix: make mock-agent.js test more resilient by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2780](https://togithub.com/nodejs/undici/pull/2780) - chore: make some test run even without internet connection by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2786](https://togithub.com/nodejs/undici/pull/2786) - mock: improve validateReplyParameters by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2783](https://togithub.com/nodejs/undici/pull/2783) - perf: improve TernarySearchTree by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2782](https://togithub.com/nodejs/undici/pull/2782) - fix: convert HeadersInit to sequence/dictionary correctly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2784](https://togithub.com/nodejs/undici/pull/2784) - chore: improve getFieldValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2785](https://togithub.com/nodejs/undici/pull/2785) - Add RetryHandler to sidebar by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2797](https://togithub.com/nodejs/undici/pull/2797) - Add RetryAgent by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2798](https://togithub.com/nodejs/undici/pull/2798) - build(deps): bump step-security/harden-runner from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2690](https://togithub.com/nodejs/undici/pull/2690) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2393](https://togithub.com/nodejs/undici/pull/2393) - build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2799](https://togithub.com/nodejs/undici/pull/2799) - build(deps): bump node from 20-alpine to 21-alpine in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2803](https://togithub.com/nodejs/undici/pull/2803) - perf: improve sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2756](https://togithub.com/nodejs/undici/pull/2756) - refactor: move web stuff into their own folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2793](https://togithub.com/nodejs/undici/pull/2793) - `s/ dispactgher/dispatcher/` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - Use paralellelRequests instead of connections to calculate req/sec in benchmarks by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2800](https://togithub.com/nodejs/undici/pull/2800) - Split out documentation into separate directory by [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in [https://github.com/nodejs/undici/pull/2788](https://togithub.com/nodejs/undici/pull/2788) - build(deps): bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2820](https://togithub.com/nodejs/undici/pull/2820) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2821](https://togithub.com/nodejs/undici/pull/2821) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2818](https://togithub.com/nodejs/undici/pull/2818) - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2819](https://togithub.com/nodejs/undici/pull/2819) - fix: move CNAME and .nojekyll to root by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2822](https://togithub.com/nodejs/undici/pull/2822) - remove all fetchParam event handlers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2823](https://togithub.com/nodejs/undici/pull/2823) - feat: refactor ProxyAgent constructor to also accept single URL argument by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2810](https://togithub.com/nodejs/undici/pull/2810) - fix: isCTLExcludingHtab by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2790](https://togithub.com/nodejs/undici/pull/2790) - refactor: move files into logical folders by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2813](https://togithub.com/nodejs/undici/pull/2813) - refactor: move fixed-queeu to dispatcher and rm node folder by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2827](https://togithub.com/nodejs/undici/pull/2827) - chore: create package.json in benchmarks by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2766](https://togithub.com/nodejs/undici/pull/2766) - build(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2829](https://togithub.com/nodejs/undici/pull/2829) - chore: use lts for pubish types workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2830](https://togithub.com/nodejs/undici/pull/2830) - add dispatcher option to Request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2831](https://togithub.com/nodejs/undici/pull/2831) - fix url referrer wpt by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2832](https://togithub.com/nodejs/undici/pull/2832) - refactor: remove own sort logic by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2834](https://togithub.com/nodejs/undici/pull/2834) - fix(fetch): prevent crash when `fetch` is aborted with `null` as the `AbortSignal's` `reason` by [@​steveluscher](https://togithub.com/steveluscher) in [https://github.com/nodejs/undici/pull/2833](https://togithub.com/nodejs/undici/pull/2833) - refactor: avoid http2 dynamic dispatch in socket handlers by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2839](https://togithub.com/nodejs/undici/pull/2839) - build(deps-dev): bump proxy from 1.0.2 to 2.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2137](https://togithub.com/nodejs/undici/pull/2137) - perf(tree): reduce overhead of build TernarySearchTree by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2840](https://togithub.com/nodejs/undici/pull/2840) - webidl: implement resizable arraybuffer checks by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2094](https://togithub.com/nodejs/undici/pull/2094) - websocket server only needs to reply with a single subprotocol by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2845](https://togithub.com/nodejs/undici/pull/2845) - unite webidl stringification by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2843](https://togithub.com/nodejs/undici/pull/2843) - fix: deflake connect-timeout test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2851](https://togithub.com/nodejs/undici/pull/2851) - fix: coverage reporting by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2763](https://togithub.com/nodejs/undici/pull/2763) - fix: pipelining logic is not relevant for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2850](https://togithub.com/nodejs/undici/pull/2850) - processBody doesn't need to return a promise by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2858](https://togithub.com/nodejs/undici/pull/2858) - refactor: split client into client-h1/h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2848](https://togithub.com/nodejs/undici/pull/2848) - ci: fix concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2862](https://togithub.com/nodejs/undici/pull/2862) - perf: improve performance of isValidSubprotocol by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2861](https://togithub.com/nodejs/undici/pull/2861) - perf: reuse TextDecoder instance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2863](https://togithub.com/nodejs/undici/pull/2863) - chore: restructure benchmarks, use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2864](https://togithub.com/nodejs/undici/pull/2864) - cookies: improve perf of toIMFDate by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2867](https://togithub.com/nodejs/undici/pull/2867) - cookies: fix validateCookiePath by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2866](https://togithub.com/nodejs/undici/pull/2866) - refactor: move out more h2 from core client by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2860](https://togithub.com/nodejs/undici/pull/2860) - mock: improve test coverage of buildHeadersFromArray by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2872](https://togithub.com/nodejs/undici/pull/2872) - fix: remove broken build request hack by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2874](https://togithub.com/nodejs/undici/pull/2874) - chore: filenames should use kebab-case by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2873](https://togithub.com/nodejs/undici/pull/2873) - refactor: split out last h1 specific code from core by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2876](https://togithub.com/nodejs/undici/pull/2876) - fix: make pipelining limit work for h2 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2875](https://togithub.com/nodejs/undici/pull/2875) - fix: http2 doesn't have pipelining queue by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2878](https://togithub.com/nodejs/undici/pull/2878) - fix: minor connect cleanup by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2877](https://togithub.com/nodejs/undici/pull/2877) - Request headers types by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/2879](https://togithub.com/nodejs/undici/pull/2879) - ci: remove concurrency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2880](https://togithub.com/nodejs/undici/pull/2880) - fix: prefer queueMicrotask by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2881](https://togithub.com/nodejs/undici/pull/2881) - chore: remove no-simd wasm by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2871](https://togithub.com/nodejs/undici/pull/2871) - cookies: improve validateCookieValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2883](https://togithub.com/nodejs/undici/pull/2883) - cookies: improve validateCookieName by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2884](https://togithub.com/nodejs/undici/pull/2884) - Properly parse set-cookie header using http2 by [@​jeanp413](https://togithub.com/jeanp413) in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) - doc deprecate bodymixin.formData by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2892](https://togithub.com/nodejs/undici/pull/2892) - perf: optimize check invalid field-vchar by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2889](https://togithub.com/nodejs/undici/pull/2889) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2897](https://togithub.com/nodejs/undici/pull/2897) - fix issue 2898 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2900](https://togithub.com/nodejs/undici/pull/2900) - tests: ignore catch block when requiring crypto module by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2901](https://togithub.com/nodejs/undici/pull/2901) - websocket: remove dead code in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2902](https://togithub.com/nodejs/undici/pull/2902) - fix: tests dont need process.exit by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2909](https://togithub.com/nodejs/undici/pull/2909) - chore: remove proxyquire by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2906](https://togithub.com/nodejs/undici/pull/2906) - chore: remove import-fresh as devDependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2908](https://togithub.com/nodejs/undici/pull/2908) - perf(headers): a single set-cookie by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2903](https://togithub.com/nodejs/undici/pull/2903) - websocket: improve .close() by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2865](https://togithub.com/nodejs/undici/pull/2865) - feat: add sending data benchmark by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2905](https://togithub.com/nodejs/undici/pull/2905) - ci: integrate workflows into nodejs.yml by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2899](https://togithub.com/nodejs/undici/pull/2899) #### New Contributors - [@​JaoodxD](https://togithub.com/JaoodxD) made their first contribution in [https://github.com/nodejs/undici/pull/2708](https://togithub.com/nodejs/undici/pull/2708) - [@​eddienubes](https://togithub.com/eddienubes) made their first contribution in [https://github.com/nodejs/undici/pull/2731](https://togithub.com/nodejs/undici/pull/2731) - [@​riderx](https://togithub.com/riderx) made their first contribution in [https://github.com/nodejs/undici/pull/2775](https://togithub.com/nodejs/undici/pull/2775) - [@​steveluscher](https://togithub.com/steveluscher) made their first contribution in [https://github.com/nodejs/undici/pull/2807](https://togithub.com/nodejs/undici/pull/2807) - [@​jeanp413](https://togithub.com/jeanp413) made their first contribution in [https://github.com/nodejs/undici/pull/2886](https://togithub.com/nodejs/undici/pull/2886) **Full Changelog**: nodejs/undici@v6.6.2...v6.7.0 ### [`v6.6.2`](https://togithub.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2683](https://togithub.com/nodejs/undici/pull/2683) - fix: expose EventSource for nodejs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2645](https://togithub.com/nodejs/undici/pull/2645) - test: more information from debug tests by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2695](https://togithub.com/nodejs/undici/pull/2695) - Fix broken test on linux by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/2699](https://togithub.com/nodejs/undici/pull/2699) - fix: fix the linux patch by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2703](https://togithub.com/nodejs/undici/pull/2703) - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://togithub.com/rossilor95) in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2702](https://togithub.com/nodejs/undici/pull/2702) - perf: use insertion sort algorithm by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/2706](https://togithub.com/nodejs/undici/pull/2706) - fix: run node tests on merge by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2707](https://togithub.com/nodejs/undici/pull/2707) #### New Contributors - [@​rossilor95](https://togithub.com/rossilor95) made their first contribution in [https://github.com/nodejs/undici/pull/2644](https://togithub.com/nodejs/undici/pull/2644) **Full Changelog**: nodejs/undici@v6.6.1...v6.6.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Vylpes
pushed a commit
to Vylpes/vylbot-app
that referenced
this pull request
Apr 10, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | resolutions | major | [`^5.28.3` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.3/6.9.0) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.9.0`](https://github.com/nodejs/undici/releases/tag/v6.9.0) [Compare Source](nodejs/undici@v6.8.0...v6.9.0) #### What's Changed - feat: add new dispatch compose by [@​metcoder95](https://github.com/metcoder95) in nodejs/undici#2826 - ci: add macos-latest to test-matrix by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2952 - types: align RequestInit.body type with lib.dom.ts by [@​jdufresne](https://github.com/jdufresne) in nodejs/undici#2956 - ci: pin versions of github actions by [@​UlisesGascon](https://github.com/UlisesGascon) in nodejs/undici#2957 - fetch: improve output for FormData, Response, Request by [@​mertcanaltin](https://github.com/mertcanaltin) in nodejs/undici#2955 - perf: optimize collectASequenceOfBytes by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2958 #### New Contributors - [@​jdufresne](https://github.com/jdufresne) made their first contribution in nodejs/undici#2956 - [@​UlisesGascon](https://github.com/UlisesGascon) made their first contribution in nodejs/undici#2957 **Full Changelog**: nodejs/undici@v6.8.0...v6.9.0 ### [`v6.8.0`](https://github.com/nodejs/undici/releases/tag/v6.8.0) [Compare Source](nodejs/undici@v6.7.1...v6.8.0) #### What's Changed - fix: send correct SNI for proxy connections by [@​chrros95](https://github.com/chrros95) in nodejs/undici#2939 - build(deps): bump node from `8bf9240` to `7bfef1d` in /build by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2937 - fetch: improve util.inspect output for web specifications by [@​mertcanaltin](https://github.com/mertcanaltin) in nodejs/undici#2938 - ci: fix broken ci on windows and node v21 because of libuv bug by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2941 - perf: improve getResolveErrorBodyCallback by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2940 - fix: don't assign kAgent twice by [@​ronag](https://github.com/ronag) in nodejs/undici#2942 - perf: dump immediatly if known size exceeds limit by [@​ronag](https://github.com/ronag) in nodejs/undici#2882 - build(deps): bump node from `7bfef1d` to `4999fa1` in /build by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2946 - try to fix windows failure by [@​ronag](https://github.com/ronag) in nodejs/undici#2950 - perf: improve parsing form-data by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2944 #### New Contributors - [@​chrros95](https://github.com/chrros95) made their first contribution in nodejs/undici#2939 **Full Changelog**: nodejs/undici@v6.7.1...v6.8.0 ### [`v6.7.1`](https://github.com/nodejs/undici/releases/tag/v6.7.1) [Compare Source](nodejs/undici@v6.7.0...v6.7.1) #### What's Changed - fetch: use EOL of os-module by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2915 - ci: only send codecov from ubuntu and node by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2914 - tests: improve skip for unix.js tests, remove skipped tests by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2916 - chore: fix typo in isHistoryNavigation comments by [@​kachick](https://github.com/kachick) in nodejs/undici#2920 - fix(benchmark): set body correctly by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2918 - chore: increase test coverage to 100% for /lib/api/api-request.js by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2912 - fix: chunksDecode cuts off 3 characters at the end if having BOM by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2922 - docs: clarify URI parsing behavior of ProxyAgent constructor by [@​rossilor95](https://github.com/rossilor95) in nodejs/undici#2893 - implement sync formdata parser by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2911 - Fix docs links and add examples to sidebar by [@​tastypackets](https://github.com/tastypackets) in nodejs/undici#2895 - doc: update diagnostics channel request headers type change by [@​jessezhang91](https://github.com/jessezhang91) in nodejs/undici#2925 - perf: optimize getResolveErrorBodyCallback by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2921 - override request dispatcher from init by [@​matthieusieben](https://github.com/matthieusieben) in nodejs/undici#2928 - add busboy tests by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2924 - fix(benchmark): make it fair by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2929 - Revert "chore: remove no-simd wasm" by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2935 - build(deps): bump node from `d3271e4` to `8bf9240` in /build by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2936 - Flip link between docs and README by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2933 #### New Contributors - [@​kachick](https://github.com/kachick) made their first contribution in nodejs/undici#2920 - [@​tastypackets](https://github.com/tastypackets) made their first contribution in nodejs/undici#2895 - [@​jessezhang91](https://github.com/jessezhang91) made their first contribution in nodejs/undici#2925 - [@​matthieusieben](https://github.com/matthieusieben) made their first contribution in nodejs/undici#2928 **Full Changelog**: nodejs/undici@v6.7.0...v6.7.1 ### [`v6.7.0`](https://github.com/nodejs/undici/releases/tag/v6.7.0) [Compare Source](nodejs/undici@v6.6.2...v6.7.0) #### What's Changed - test: remove t.diagnostics() calls in push-dont-push.js test by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2715 - fix: fix flaky debug test by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2714 - fix: HTTP2 tweaks by [@​metcoder95](https://github.com/metcoder95) in nodejs/undici#2711 - test: improve cookie tests by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2693 - test: response.url after redirect is set to target url by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2716 - chore: remove mocha and chai by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2696 - test: replace t.pass with t.ok by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2721 - perf: remove redundant operation in FormData by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2726 - Add support for passing iterable objects as headers by [@​JaoodxD](https://github.com/JaoodxD) in nodejs/undici#2708 - chore: refine esbuild & node detection by [@​mochaaP](https://github.com/mochaaP) in nodejs/undici#2677 - chore: rephrase some comments by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2717 - test: replace t.type with t.ok and instanceof by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2720 - remove useless options in web streams by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2729 - Let's add superagent to the benchmark. closes [#​2730](nodejs/undici#2730) by [@​eddienubes](https://github.com/eddienubes) in nodejs/undici#2731 - convert node build to latin1 by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2673 - simplify formData body parsing by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2735 - chore: migrate a batch of tests to node test runner no. 1 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2719 - chore: migrate a batch of tests to node test runner no. 2 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2737 - chore: migrate a batch of tests to node test runner no. 4 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2739 - chore: migrate a batch of tests to node test runner no. 5 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2740 - chore: migrate a batch of tests to node test runner no. 3 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2738 - chore: migrate a batch of tests to node test runner no. 6 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2741 - chore: migrate a batch of tests to node test runner no. 8 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2744 - chore: migrate a batch of tests to node test runner no. 7 by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2742 - build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2749 - perf: always use the same prototype Iterator by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2743 - chore: migrate a batch of tests to node test runner no. 9, remove tap by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2746 - chore: remove usage of http-errors in proxy example by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2753 - fix: dont ship wasm files of llhttp via npm by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2752 - fix: handle request body as late as possible by [@​ronag](https://github.com/ronag) in nodejs/undici#2734 - perf(tree): avoid recursive calls by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2755 - docs: fix favicon by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2758 - chore: use mermaid engine and mermaid in markdown by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2759 - chore: remove sinon dev dependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2767 - tests: skip test/node-test/debug on node 21.6.2 and windows by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2765 - chore: improve usage of skip in tests by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2761 - feat: improve mock error breadcrumbs by [@​rossilor95](https://github.com/rossilor95) in nodejs/undici#2774 - expose MessageEvent in fetch bundle by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2770 - test: always exit with 0 when running in Node's Daily WPT Report CI job by [@​panva](https://github.com/panva) in nodejs/undici#2778 - fix: add node prefix for util to fix issue in env with min version node 18 by [@​riderx](https://github.com/riderx) in nodejs/undici#2775 - perf: improve perf of parseRawHeaders by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2781 - fix: make mock-agent.js test more resilient by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2780 - chore: make some test run even without internet connection by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2786 - mock: improve validateReplyParameters by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2783 - perf: improve TernarySearchTree by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2782 - fix: convert HeadersInit to sequence/dictionary correctly by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2784 - chore: improve getFieldValue by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2785 - Add RetryHandler to sidebar by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2797 - Add RetryAgent by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2798 - build(deps): bump step-security/harden-runner from 2.6.0 to 2.7.0 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2690 - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2393 - build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2799 - build(deps): bump node from 20-alpine to 21-alpine in /build by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2803 - perf: improve sort algorithm by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2756 - refactor: move web stuff into their own folder by [@​ronag](https://github.com/ronag) in nodejs/undici#2793 - `s/ dispactgher/dispatcher/` by [@​steveluscher](https://github.com/steveluscher) in nodejs/undici#2807 - Use paralellelRequests instead of connections to calculate req/sec in benchmarks by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2800 - Split out documentation into separate directory by [@​Ethan-Arrowood](https://github.com/Ethan-Arrowood) in nodejs/undici#2788 - build(deps): bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2820 - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.3 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2821 - build(deps): bump github/codeql-action from 3.23.2 to 3.24.4 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2818 - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2819 - fix: move CNAME and .nojekyll to root by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2822 - remove all fetchParam event handlers by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2823 - feat: refactor ProxyAgent constructor to also accept single URL argument by [@​rossilor95](https://github.com/rossilor95) in nodejs/undici#2810 - fix: isCTLExcludingHtab by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2790 - refactor: move files into logical folders by [@​ronag](https://github.com/ronag) in nodejs/undici#2813 - refactor: move fixed-queeu to dispatcher and rm node folder by [@​ronag](https://github.com/ronag) in nodejs/undici#2827 - chore: create package.json in benchmarks by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2766 - build(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2829 - chore: use lts for pubish types workflow by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2830 - add dispatcher option to Request by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2831 - fix url referrer wpt by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2832 - refactor: remove own sort logic by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2834 - fix(fetch): prevent crash when `fetch` is aborted with `null` as the `AbortSignal's` `reason` by [@​steveluscher](https://github.com/steveluscher) in nodejs/undici#2833 - refactor: avoid http2 dynamic dispatch in socket handlers by [@​ronag](https://github.com/ronag) in nodejs/undici#2839 - build(deps-dev): bump proxy from 1.0.2 to 2.1.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2137 - perf(tree): reduce overhead of build TernarySearchTree by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2840 - webidl: implement resizable arraybuffer checks by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2094 - websocket server only needs to reply with a single subprotocol by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2845 - unite webidl stringification by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2843 - fix: deflake connect-timeout test by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2851 - fix: coverage reporting by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2763 - fix: pipelining logic is not relevant for h2 by [@​ronag](https://github.com/ronag) in nodejs/undici#2850 - processBody doesn't need to return a promise by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2858 - refactor: split client into client-h1/h2 by [@​ronag](https://github.com/ronag) in nodejs/undici#2848 - ci: fix concurrency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2862 - perf: improve performance of isValidSubprotocol by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2861 - perf: reuse TextDecoder instance by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2863 - chore: restructure benchmarks, use kebab-case by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2864 - cookies: improve perf of toIMFDate by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2867 - cookies: fix validateCookiePath by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2866 - refactor: move out more h2 from core client by [@​ronag](https://github.com/ronag) in nodejs/undici#2860 - mock: improve test coverage of buildHeadersFromArray by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2872 - fix: remove broken build request hack by [@​ronag](https://github.com/ronag) in nodejs/undici#2874 - chore: filenames should use kebab-case by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2873 - refactor: split out last h1 specific code from core by [@​ronag](https://github.com/ronag) in nodejs/undici#2876 - fix: make pipelining limit work for h2 by [@​ronag](https://github.com/ronag) in nodejs/undici#2875 - fix: http2 doesn't have pipelining queue by [@​ronag](https://github.com/ronag) in nodejs/undici#2878 - fix: minor connect cleanup by [@​ronag](https://github.com/ronag) in nodejs/undici#2877 - Request headers types by [@​JaoodxD](https://github.com/JaoodxD) in nodejs/undici#2879 - ci: remove concurrency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2880 - fix: prefer queueMicrotask by [@​ronag](https://github.com/ronag) in nodejs/undici#2881 - chore: remove no-simd wasm by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2871 - cookies: improve validateCookieValue by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2883 - cookies: improve validateCookieName by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2884 - Properly parse set-cookie header using http2 by [@​jeanp413](https://github.com/jeanp413) in nodejs/undici#2886 - doc deprecate bodymixin.formData by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2892 - perf: optimize check invalid field-vchar by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2889 - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2897 - fix issue 2898 by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2900 - tests: ignore catch block when requiring crypto module by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2901 - websocket: remove dead code in parseCloseBody by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2902 - fix: tests dont need process.exit by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2909 - chore: remove proxyquire by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2906 - chore: remove import-fresh as devDependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2908 - perf(headers): a single set-cookie by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2903 - websocket: improve .close() by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2865 - feat: add sending data benchmark by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2905 - ci: integrate workflows into nodejs.yml by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2899 #### New Contributors - [@​JaoodxD](https://github.com/JaoodxD) made their first contribution in nodejs/undici#2708 - [@​eddienubes](https://github.com/eddienubes) made their first contribution in nodejs/undici#2731 - [@​riderx](https://github.com/riderx) made their first contribution in nodejs/undici#2775 - [@​steveluscher](https://github.com/steveluscher) made their first contribution in nodejs/undici#2807 - [@​jeanp413](https://github.com/jeanp413) made their first contribution in nodejs/undici#2886 **Full Changelog**: nodejs/undici@v6.6.2...v6.7.0 ### [`v6.6.2`](https://github.com/nodejs/undici/releases/tag/v6.6.2) [Compare Source](nodejs/undici@v6.6.1...v6.6.2) #### What's Changed - fix: webidl.brandcheck non strict should throw by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2683 - fix: expose EventSource for nodejs by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2645 - test: more information from debug tests by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2695 - Fix broken test on linux by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2699 - fix: fix the linux patch by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2703 - test(wpt): mark timed out tests as 'failed' by [@​rossilor95](https://github.com/rossilor95) in nodejs/undici#2644 - build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2702 - perf: use insertion sort algorithm by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2706 - fix: run node tests on merge by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2707 #### New Contributors - [@​rossilor95](https://github.com/rossilor95) made their first contribution in nodejs/undici#2644 **Full Changelog**: nodejs/undici@v6.6.1...v6.6.2 ### [`v6.6.1`](https://github.com/nodejs/undici/releases/tag/v6.6.1) [Compare Source](nodejs/undici@v6.6.0...v6.6.1) ####⚠️ Security Release⚠️ Fixes: - [CVE-2024-24750, Backpressure request ignored in fetch()](GHSA-9f24-jqhm-jfcw) - [CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch](GHSA-3787-6prv-h9w3) #### What's Changed - fix: flaky debug test by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2687 - build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2688 - build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2689 - fix: ci pipeline warnings by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2685 - perf: optimize Iterator by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2692 **Full Changelog**: nodejs/undici@v6.6.0...v6.6.1 ### [`v6.6.0`](https://github.com/nodejs/undici/releases/tag/v6.6.0) [Compare Source](nodejs/undici@v6.5.0...v6.6.0) #### What's Changed - add webSocket example by [@​mertcanaltin](https://github.com/mertcanaltin) in nodejs/undici#2626 - chore: remove atomic-sleep as dev dependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2648 - chore: remove semver as dev dependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2646 - chore: remove table as dev dependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2649 - chore: remove delay as dev dependency by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2647 - chore: reduce noise in test-logs test/issue-2349.js by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2655 - chore: fix faketimer warning in test/request-timeout.js by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2656 - chore: reduce noise in test logs test/client-node-max-header-size.js by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2654 - refactor: use fromInnerResponse by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2635 - fix: support deflate raw responses by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2650 - Support building for externally shared js builtins by [@​mochaaP](https://github.com/mochaaP) in nodejs/undici#2643 - fix: typo clampAndCoarsenConnectionTimingInfo by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2653 - chore: use 'node:'-prefix for requiring node core modules by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2662 - build(deps-dev): bump husky from 8.0.3 to 9.0.7 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2667 - build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2668 - remove timers/promises import by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2665 - chore: fix various codesmells by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2669 - chore: remove this alias in agent.js by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2671 - chore: use optional chaining by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2666 - chore: small perf improvements by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2661 - implement spec changes from a while ago by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2676 - websocket: fix close when no closing code is received by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2680 - fix: make ci less flaky by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2684 #### New Contributors - [@​mochaaP](https://github.com/mochaaP) made their first contribution in nodejs/undici#2643 **Full Changelog**: nodejs/undici@v6.5.0...v6.6.0 ### [`v6.5.0`](https://github.com/nodejs/undici/releases/tag/v6.5.0) [Compare Source](nodejs/undici@v6.4.0...v6.5.0) #### What's Changed - build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by [@​dependabot](https://github.com/dependabot) in nodejs/undici#2632 - feat: Implement EventSource by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2608 - fix: readable body by [@​ronag](https://github.com/ronag) in nodejs/undici#2642 **Full Changelog**: nodejs/undici@v6.4.0...v6.5.0 ### [`v6.4.0`](https://github.com/nodejs/undici/releases/tag/v6.4.0) [Compare Source](nodejs/undici@v6.3.0...v6.4.0) #### What's Changed - refactor: version cleanup by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2605 - cacheStorage: separate matchAll logic by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2599 - cleanup index by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2598 - feat: port `balanced-pool`, `ca-fingerprint`, `client-abort` tests to `node:test` by [@​sosukesuzuki](https://github.com/sosukesuzuki) in nodejs/undici#2584 - ci: unpin nodejs workflow version by [@​dominykas](https://github.com/dominykas) in nodejs/undici#2434 - test([#​2600](nodejs/undici#2600)): Flaky debug test by [@​metcoder95](https://github.com/metcoder95) in nodejs/undici#2607 - fix: h2 hang issue with empty body by [@​timursevimli](https://github.com/timursevimli) in nodejs/undici#2601 - Fix tests for Node.js v21 by [@​sosukesuzuki](https://github.com/sosukesuzuki) in nodejs/undici#2609 - perf(cache): avoid Request and Response initialization by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2610 - Add more libraries to benchmarks by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2614 - feat: port `client-connect`, `client-dispatch`, `client-errors` test to `node:test` by [@​sosukesuzuki](https://github.com/sosukesuzuki) in nodejs/undici#2591 - exit with 1 if WPT runner has unexpected errors by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2621 - Fix tests for Node.js v20.11.0 by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2618 - fix(mock-agent): split set-cookie by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2619 - feat: implement throwOnMaxRedirect option for RedirectHandler by [@​mertcanaltin](https://github.com/mertcanaltin) in nodejs/undici#2563 - test: fix flaky debug test by [@​metcoder95](https://github.com/metcoder95) in nodejs/undici#2613 - fix: hide statusOutput if empty in handleRunnerCompletion by [@​Uzlopak](https://github.com/Uzlopak) in nodejs/undici#2624 - docs: Fix typo in Debug.md by [@​Skn0tt](https://github.com/Skn0tt) in nodejs/undici#2625 - fix(cache): set AbortSignal by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2612 - Use correct http Agent for node-fetch, axios, got and request by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2629 #### New Contributors - [@​timursevimli](https://github.com/timursevimli) made their first contribution in nodejs/undici#2601 - [@​mertcanaltin](https://github.com/mertcanaltin) made their first contribution in nodejs/undici#2563 - [@​Skn0tt](https://github.com/Skn0tt) made their first contribution in nodejs/undici#2625 **Full Changelog**: nodejs/undici@v6.3.0...v6.4.0 ### [`v6.3.0`](https://github.com/nodejs/undici/releases/tag/v6.3.0) [Compare Source](nodejs/undici@v6.2.1...v6.3.0) #### What's Changed - Clear all timeout on destroy and close by [@​mcollina](https://github.com/mcollina) in nodejs/undici#2535 - ConnectOptions should include 'origin' field by [@​dvoytenko](https://github.com/dvoytenko) in nodejs/undici#2532 - perf: avoid toLowerCase call by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2537 - revert [`a1a8136`](nodejs/undici@a1a8136) by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2539 - docs: add Util to sidebar by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2529 - fix: call explicitly unregister by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2534 - fix: check the content-type of invalid formData by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2541 - Add request examples. by [@​autopulated](https://github.com/autopulated) in nodejs/undici#2380 - fix(HTTP/2): handle consumption of aborted request by [@​metcoder95](https://github.com/metcoder95) in nodejs/undici#2387 - chore: update tst test by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2538 - fix(fetch): do not abort fetch on redirect by [@​angelyan](https://github.com/angelyan) in nodejs/undici#2545 - drop verifyVersion in scripts by [@​KhafraDev](https://github.com/KhafraDev) in nodejs/undici#2549 - types: remove unused Client and Pool types by [@​RafaelGSS](https://github.com/RafaelGSS) in nodejs/undici#2557 - lib: fix Host header when CONNECT ProxyAgent by [@​RafaelGSS](https://github.com/RafaelGSS) in nodejs/undici#2556 - feat: port cookies tests to node runner by [@​pmarchini](https://github.com/pmarchini) in nodejs/undici#2547 - feat: port webidl tests to node test runner by [@​ilteoood](https://github.com/ilteoood) in nodejs/undici#2554 - perf: Improve percentDecode by [@​tsctx](https://github.com/tsctx) in nodejs/undici#2562 - Fix parseHashWithOptions regex by [@​flapenna](https://github.com/flapenna) in https://github.com/nodejs/undici/pull/2561 - feat: port diagnostic-channel tests to node test runner by [@​ilteoood](https://github.com/ilteoood) in https://github.com/nodejs/undici/pull/2559 - feat: port websocket tests to node test runner by [@​ilteoood](https://github.com/ilteoood) in https://github.com/nodejs/undici/pull/2553 - build(deps-dev): bump tsd from 0.29.0 to 0.30.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2551 - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2572 - build(deps): bump github/codeql-action from 2.22.5 to 3.22.12 by [@​dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2574 - Update `@matteo.collina/tspl` to 0.1.1 by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2576 - mark wpt as failing by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2581 - feat: port `abort-controller.js` tests to `node:test` runner by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2564 - fix data url test by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2580 - feat: port `async_hooks.js` tests to `node:test` runner by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2568 - feat: port `agent.js` tests to `node:test` runner by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2566 - feat: port `abort-event-emitter.js` tests to `node:test` runnner by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2565 - feat: port first half of fetch tests to node test runner by [@​anurag-roy](https://github.com/anurag-roy) in https://github.com/nodejs/undici/pull/2569 - perf: bypass method validation by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2583 - fetch: warn when using patch method by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2577 - feat: port `autoselectfamily.js` tests to `node:test` runner by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2570 - feat: port remaining fetch tests to node test runner by [@​anurag-roy](https://github.com/anurag-roy) in https://github.com/nodejs/undici/pull/2587 - fix: use isArrayBuffer instead of isAnyArrayBuffer by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2586 - Feat/migrate tests to node runner by [@​pmarchini](https://github.com/pmarchini) in https://github.com/nodejs/undici/pull/2593 - abort request with reason if one is provided by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2592 - feat: port tst test to node test runner by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2595 - feat([#​2191](https://github.com/nodejs/undici/issues/2191)): Add support for `NODE_DEBUG` by [@​metcoder95](https://github.com/metcoder95) in https://github.com/nodejs/undici/pull/2585 - cacheStorage: fix bugs make wpts pass by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2596 - fix: non-object error in abort throws bad error by [@​atlowChemi](https://github.com/atlowChemi) in https://github.com/nodejs/undici/pull/2597 - fix: add test helper for closing server as promise by [@​sosukesuzuki](https://github.com/sosukesuzuki) in https://github.com/nodejs/undici/pull/2604 #### New Contributors - [@​dvoytenko](https://github.com/dvoytenko) made their first contribution in nodejs/undici#2532 - [@​autopulated](https://github.com/autopulated) made their first contribution in nodejs/undici#2380 - [@​angelyan](https://github.com/angelyan) made their first contribution in nodejs/undici#2545 - [@​pmarchini](https://github.com/pmarchini) made their first contribution in nodejs/undici#2547 - [@​ilteoood](https://github.com/ilteoood) made their first contribution in nodejs/undici#2554 - [@​flapenna](https://github.com/flapenna) made their first contribution in https://github.com/nodejs/undici/pull/2561 - [@​sosukesuzuki](https://github.com/sosukesuzuki) made their first contribution in https://github.com/nodejs/undici/pull/2576 - [@​anurag-roy](https://github.com/anurag-roy) made their first contribution in https://github.com/nodejs/undici/pull/2569 **Full Changelog**: nodejs/undici@v6.2.1...v6.3.0 ### [`v6.2.1`](https://github.com/nodejs/undici/releases/tag/v6.2.1) [Compare Source](nodejs/undici@v6.2.0...v6.2.1) #### What's Changed - perf: use tree by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2528 - chore: reduce dependencies by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2533 - Remove timers in agent.js by [@​mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2536 **Full Changelog**: nodejs/undici@v6.2.0...v6.2.1 ### [`v6.2.0`](https://github.com/nodejs/undici/releases/tag/v6.2.0) [Compare Source](nodejs/undici@v6.1.0...v6.2.0) #### What's Changed - Remove FinalizationRegistry from Agent by [@​mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2530 **Full Changelog**: nodejs/undici@v6.1.0...v6.2.0 ### [`v6.1.0`](https://github.com/nodejs/undici/releases/tag/v6.1.0) [Compare Source](nodejs/undici@v6.0.1...v6.1.0) #### What's Changed - fix: more sensible stack trace from dump error by [@​ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2503 - refactor: remove some node compat by [@​ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2502 - refactor: version cleanup by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2507 - perf(fetch): Improve fetch of detaurl by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2479 - feat: expose parseHeader by [@​ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2511 - perf(fetch): optimize call `dispatch` by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2493 - perf(util/parseHeaders): If the header name is buffer by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2501 - perf: twice faster method check by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2495 - refactor: remove Error.captureStackTrace by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2509 - perf: Improve processHeader by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2513 - perf: reduce `String#toLowerCase` call by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2516 - perf: optimize consumeEnd by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2510 - perf: reduce tst built time by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2517 - feat: allow customization of build environment by [@​khardix](https://github.com/khardix) in https://github.com/nodejs/undici/pull/2403 - fix: clear cache by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2519 - feat: Add resource timing entries for connection, request and response by [@​ToshB](https://github.com/ToshB) in https://github.com/nodejs/undici/pull/2481 - Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by [@​mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2527 - feat: expose headerNameToString by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2525 #### New Contributors - [@​khardix](https://github.com/khardix) made their first contribution in https://github.com/nodejs/undici/pull/2403 **Full Changelog**: nodejs/undici@v6.0.1...v6.1.0 ### [`v6.0.1`](https://github.com/nodejs/undici/releases/tag/v6.0.1) [Compare Source](nodejs/undici@v6.0.0...v6.0.1) #### What's Changed - fix: stream error timings by [@​ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2497 **Full Changelog**: nodejs/undici@v6.0.0...v6.0.1 ### [`v6.0.0`](https://github.com/nodejs/undici/releases/tag/v6.0.0) [Compare Source](nodejs/undici@v5.28.3...v6.0.0) #### What's Changed - 16 eol by [@​ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2480 - update spec & wpts by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2482 - version cleanup by [@​KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2483 - perf: avoid Response initialization by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2489 - perf: optimize `parseHeaders` by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2492 - chore: fix typo by [@​tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2490 - feat: print attempted addresses on ConnectTimeoutError by [@​fengmk2](https://github.com/fengmk2) in https://github.com/nodejs/undici/pull/2494 - Expose HTTP errors that are not meant to be retried by [@​MzUgM](https://github.com/MzUgM) in https://github.com/nodejs/undici/pull/2496 **Full Changelog**: nodejs/undici@v5.28.2...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=--> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/416 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
lepadatu
pushed a commit
to lepadatu-actions/create-github-app-token-aws
that referenced
this pull request
Sep 2, 2024
# 1.0.0 (2024-09-02) ### Bug Fixes * **action-config:** prepare for release to marketplace ([actions#10](https://github.com/lepadatu-org/create-github-app-token-aws/issues/10)) ([12aa811](12aa811)) * check for token before revoking ([actions#30](https://github.com/lepadatu-org/create-github-app-token-aws/issues/30)) ([2540ed4](2540ed4)) * **ci:** release configuration ([#6](#6)) ([847634e](847634e)) * clarify `owner` input description ([actions#118](https://github.com/lepadatu-org/create-github-app-token-aws/issues/118)) ([d9bc169](d9bc169)) * **deps:** bump dependencies([actions#84](https://github.com/lepadatu-org/create-github-app-token-aws/issues/84)) ([474769d](474769d)), closes [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#649](https://github.com/lepadatu-org/create-github-app-token-aws/issues/649) [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#646](https://github.com/lepadatu-org/create-github-app-token-aws/issues/646) * **deps:** bump the production-dependencies group with 1 update ([actions#123](https://github.com/lepadatu-org/create-github-app-token-aws/issues/123)) ([beea7b8](beea7b8)), closes [nodejs/undici#2978](nodejs/undici#2978) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [#2982](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2982) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [nodejs/undici#2992](nodejs/undici#2992) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2993](nodejs/undici#2993) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2998](nodejs/undici#2998) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [nodejs/undici#2999](nodejs/undici#2999) [nodejs/undici#3001](nodejs/undici#3001) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2960](nodejs/undici#2960) [nodejs/undici#2959](nodejs/undici#2959) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2974](nodejs/undici#2974) [nodejs/undici#2967](nodejs/undici#2967) [nodejs/undici#2966](nodejs/undici#2966) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2826](nodejs/undici#2826) [nodejs/undici#2952](nodejs/undici#2952) [#3001](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3001) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [#2999](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2999) [#2998](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2998) [#2993](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2993) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [#2992](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2992) [#2991](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2991) [#2987](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2987) * **deps:** bump the production-dependencies group with 1 update ([actions#68](https://github.com/lepadatu-org/create-github-app-token-aws/issues/68)) ([6375dce](6375dce)) * **deps:** bump the production-dependencies group with 2 updates ([actions#138](https://github.com/lepadatu-org/create-github-app-token-aws/issues/138)) ([8d81a59](8d81a59)), closes [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#605](https://github.com/lepadatu-org/create-github-app-token-aws/issues/605) [#604](https://github.com/lepadatu-org/create-github-app-token-aws/issues/604) [nodejs/undici#3295](nodejs/undici#3295) [nodejs/undici#3298](nodejs/undici#3298) [nodejs/undici#3294](nodejs/undici#3294) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3286](nodejs/undici#3286) [nodejs/undici#3284](nodejs/undici#3284) [nodejs/undici#3291](nodejs/undici#3291) [nodejs/undici#3290](nodejs/undici#3290) [nodejs/undici#3283](nodejs/undici#3283) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3263](nodejs/undici#3263) [nodejs/undici#3279](nodejs/undici#3279) [nodejs/undici#3227](nodejs/undici#3227) [nodejs/undici#3234](nodejs/undici#3234) [nodejs/undici#3240](nodejs/undici#3240) [nodejs/undici#3245](nodejs/undici#3245) [nodejs/undici#3241](nodejs/undici#3241) [nodejs/undici#3247](nodejs/undici#3247) [nodejs/undici#3248](nodejs/undici#3248) [nodejs/undici#3219](nodejs/undici#3219) [nodejs/undici#3251](nodejs/undici#3251) [nodejs/undici#3254](nodejs/undici#3254) [nodejs/undici#3258](nodejs/undici#3258) [nodejs/undici#3257](nodejs/undici#3257) [nodejs/undici#3259](nodejs/undici#3259) [nodejs/undici#3262](nodejs/undici#3262) [nodejs/undici#3264](nodejs/undici#3264) [nodejs/undici#3118](nodejs/undici#3118) [nodejs/undici#3269](nodejs/undici#3269) [#3301](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3301) [#3294](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3294) [#3298](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3298) [#3295](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3295) [#3293](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3293) [#3283](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3283) [#3290](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3290) [#3291](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3291) [#3284](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3284) [#3286](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3286) * **deps:** bump the production-dependencies group with 2 updates ([actions#94](https://github.com/lepadatu-org/create-github-app-token-aws/issues/94)) ([323044f](323044f)), closes [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#560](https://github.com/lepadatu-org/create-github-app-token-aws/issues/560) [#559](https://github.com/lepadatu-org/create-github-app-token-aws/issues/559) [#558](https://github.com/lepadatu-org/create-github-app-token-aws/issues/558) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#553](https://github.com/lepadatu-org/create-github-app-token-aws/issues/553) [#552](https://github.com/lepadatu-org/create-github-app-token-aws/issues/552) [#551](https://github.com/lepadatu-org/create-github-app-token-aws/issues/551) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) * **deps:** bump the production-dependencies group with 3 updates ([actions#107](https://github.com/lepadatu-org/create-github-app-token-aws/issues/107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#576](https://github.com/lepadatu-org/create-github-app-token-aws/issues/576) [#577](https://github.com/lepadatu-org/create-github-app-token-aws/issues/577) [#574](https://github.com/lepadatu-org/create-github-app-token-aws/issues/574) [#572](https://github.com/lepadatu-org/create-github-app-token-aws/issues/572) [#571](https://github.com/lepadatu-org/create-github-app-token-aws/issues/571) [#567](https://github.com/lepadatu-org/create-github-app-token-aws/issues/567) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#680](https://github.com/lepadatu-org/create-github-app-token-aws/issues/680) [#609](https://github.com/lepadatu-org/create-github-app-token-aws/issues/609) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#676](https://github.com/lepadatu-org/create-github-app-token-aws/issues/676) [#673](https://github.com/lepadatu-org/create-github-app-token-aws/issues/673) [#669](https://github.com/lepadatu-org/create-github-app-token-aws/issues/669) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#671](https://github.com/lepadatu-org/create-github-app-token-aws/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2707) [#2706](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2706) [#2702](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2702) [#2644](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2644) [#2703](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2703) [#2699](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2699) [#2695](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2695) [#2645](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2645) [#2683](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2683) * **deps:** bump the production-dependencies group with 3 updates ([actions#51](https://github.com/lepadatu-org/create-github-app-token-aws/issues/51)) ([6d98b25](6d98b25)), closes [#1511](https://github.com/lepadatu-org/create-github-app-token-aws/issues/1511) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#533](https://github.com/lepadatu-org/create-github-app-token-aws/issues/533) [#531](https://github.com/lepadatu-org/create-github-app-token-aws/issues/531) [#530](https://github.com/lepadatu-org/create-github-app-token-aws/issues/530) [#524](https://github.com/lepadatu-org/create-github-app-token-aws/issues/524) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#631](https://github.com/lepadatu-org/create-github-app-token-aws/issues/631) [#626](https://github.com/lepadatu-org/create-github-app-token-aws/issues/626) * **deps:** bump undici from 6.10.2 to 6.11.1 ([actions#125](https://github.com/lepadatu-org/create-github-app-token-aws/issues/125)) ([3c223c7](3c223c7)), closes [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [nodejs/undici#3044](nodejs/undici#3044) [#3023](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3023) [nodejs/undici#3025](nodejs/undici#3025) [nodejs/undici#3024](nodejs/undici#3024) [nodejs/undici#3034](nodejs/undici#3034) [nodejs/undici#3038](nodejs/undici#3038) [nodejs/undici#2947](nodejs/undici#2947) [nodejs/undici#3040](nodejs/undici#3040) [nodejs/undici#3036](nodejs/undici#3036) [nodejs/undici#3041](nodejs/undici#3041) [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [#3041](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3041) [#3036](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3036) * **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([actions#149](https://github.com/lepadatu-org/create-github-app-token-aws/issues/149)) ([cc82279](cc82279)), closes [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [nodejs/undici#3338](nodejs/undici#3338) [nodejs/undici#3340](nodejs/undici#3340) [nodejs/undici#3332](nodejs/undici#3332) [nodejs/undici#3335](nodejs/undici#3335) [nodejs/undici#3305](nodejs/undici#3305) [nodejs/undici#3303](nodejs/undici#3303) [nodejs/undici#3304](nodejs/undici#3304) [nodejs/undici#3306](nodejs/undici#3306) [nodejs/undici#3309](nodejs/undici#3309) [nodejs/undici#3313](nodejs/undici#3313) [nodejs/undici#3311](nodejs/undici#3311) [nodejs/undici#3107](nodejs/undici#3107) [nodejs/undici#3302](nodejs/undici#3302) [nodejs/undici#3320](nodejs/undici#3320) [nodejs/undici#3321](nodejs/undici#3321) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [nodejs/undici#3326](nodejs/undici#3326) [nodejs/undici#3324](nodejs/undici#3324) [nodejs/undici#3325](nodejs/undici#3325) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [#3342](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3342) [#3332](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3332) [#3340](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3340) [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [#3338](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3338) [#3336](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3336) [#3335](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3335) [#3325](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3325) [#3324](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3324) [#3326](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3326) * **deps:** bump undici from 6.6.0 to 6.6.1 ([actions#103](https://github.com/lepadatu-org/create-github-app-token-aws/issues/103)) ([5195df7](5195df7)) * **deps:** update `[@octokit](https://github.com/octokit)` packages to latest ([actions#24](https://github.com/lepadatu-org/create-github-app-token-aws/issues/24)) ([b287cb8](b287cb8)) * do not revoke token if already expired ([actions#147](https://github.com/lepadatu-org/create-github-app-token-aws/issues/147)) ([66a7045](66a7045)), closes [actions#140](https://github.com/lepadatu-org/create-github-app-token-aws/issues/140) [actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95) * **GHES:** respect `GITHUB_API_URL` when creating installation access token ([actions#38](https://github.com/lepadatu-org/create-github-app-token-aws/issues/38)) ([c08c5ac](c08c5ac)), closes [actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36) * handle clock skew ([actions#87](https://github.com/lepadatu-org/create-github-app-token-aws/issues/87)) ([495056a](495056a)) * mask the installation token in logs ([actions#28](https://github.com/lepadatu-org/create-github-app-token-aws/issues/28)) ([bc256c2](bc256c2)) * **README:** fix name in usage examples ([actions#12](https://github.com/lepadatu-org/create-github-app-token-aws/issues/12)) ([cb1fcdd](cb1fcdd)) * **README:** update action name ([#5](#5)) ([c08b794](c08b794)) * **README:** update repository name, remove section for feature that is not yet implemented ([actions#9](https://github.com/lepadatu-org/create-github-app-token-aws/issues/9)) ([c04bb41](c04bb41)) * **release:** build `dist/` before release ([actions#33](https://github.com/lepadatu-org/create-github-app-token-aws/issues/33)) ([9a6a017](9a6a017)), closes [actions#32](https://github.com/lepadatu-org/create-github-app-token-aws/issues/32) * **release:** update version in `package.json` ([actions#35](https://github.com/lepadatu-org/create-github-app-token-aws/issues/35)) ([1dccc4c](1dccc4c)), closes [actions#34](https://github.com/lepadatu-org/create-github-app-token-aws/issues/34) * **revocation:** avoid revoking expired tokens and fail gracefully ([actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95)) ([0c01407](0c01407)), closes [actions#72](https://github.com/lepadatu-org/create-github-app-token-aws/issues/72) ### Features * `github-api-url` ([actions#88](https://github.com/lepadatu-org/create-github-app-token-aws/issues/88)) ([837e275](837e275)), closes [actions#77](https://github.com/lepadatu-org/create-github-app-token-aws/issues/77) * **`private-key`:** escaped newlines will be replaced ([actions#132](https://github.com/lepadatu-org/create-github-app-token-aws/issues/132)) ([9d23fb9](9d23fb9)) * Add a `skip_token_revoke` input for configuring token revocation ([actions#54](https://github.com/lepadatu-org/create-github-app-token-aws/issues/54)) ([9ec88c4](9ec88c4)), closes [1#L46-L47](https://github.com/1/issues/L46-L47) [1#L132](https://github.com/1/issues/L132) * add GitHub Enterprise Server (GHES) support ([actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36)) ([ede6c15](ede6c15)) * add proxy support ([actions#102](https://github.com/lepadatu-org/create-github-app-token-aws/issues/102)) ([1f82f7d](1f82f7d)) * add retry ([actions#79](https://github.com/lepadatu-org/create-github-app-token-aws/issues/79)) ([0f3b4d7](0f3b4d7)), closes [actions#71](https://github.com/lepadatu-org/create-github-app-token-aws/issues/71) * initial version ([#1](#1)) ([f456852](f456852)) * **outputs:** `app-slug` and `installation-id` ([actions#105](https://github.com/lepadatu-org/create-github-app-token-aws/issues/105)) ([babaff4](babaff4)) * support tokens scoped to multiple repositories within organization ([actions#46](https://github.com/lepadatu-org/create-github-app-token-aws/issues/46)) ([20fd863](20fd863)) * use `node20` as runner ([actions#23](https://github.com/lepadatu-org/create-github-app-token-aws/issues/23)) ([803e078](803e078)), closes [/github.com/actions/runner/issues/2619#issuecomment-1679003443](https://github.com//github.com/actions/runner/issues/2619/issues/issuecomment-1679003443) * use dash notation for inputs (deprecates underscore notation) ([actions#59](https://github.com/lepadatu-org/create-github-app-token-aws/issues/59)) ([7b1d2ae](7b1d2ae)), closes [actions#57](https://github.com/lepadatu-org/create-github-app-token-aws/issues/57) [/github.com/actions/issues/57#issuecomment-1751272252](https://github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252)
lepadatu
pushed a commit
to lepadatu-actions/create-github-app-token-aws
that referenced
this pull request
Sep 4, 2024
# 1.0.0 (2024-09-02) ### Bug Fixes * **action-config:** prepare for release to marketplace ([actions#10](https://github.com/lepadatu-org/create-github-app-token-aws/issues/10)) ([12aa811](12aa811)) * check for token before revoking ([actions#30](https://github.com/lepadatu-org/create-github-app-token-aws/issues/30)) ([2540ed4](2540ed4)) * **ci:** release configuration ([#6](#6)) ([847634e](847634e)) * clarify `owner` input description ([actions#118](https://github.com/lepadatu-org/create-github-app-token-aws/issues/118)) ([d9bc169](d9bc169)) * **deps:** bump dependencies([actions#84](https://github.com/lepadatu-org/create-github-app-token-aws/issues/84)) ([474769d](474769d)), closes [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#649](https://github.com/lepadatu-org/create-github-app-token-aws/issues/649) [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#646](https://github.com/lepadatu-org/create-github-app-token-aws/issues/646) * **deps:** bump the production-dependencies group with 1 update ([actions#123](https://github.com/lepadatu-org/create-github-app-token-aws/issues/123)) ([beea7b8](beea7b8)), closes [nodejs/undici#2978](nodejs/undici#2978) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [#2982](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2982) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [nodejs/undici#2992](nodejs/undici#2992) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2993](nodejs/undici#2993) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2998](nodejs/undici#2998) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [nodejs/undici#2999](nodejs/undici#2999) [nodejs/undici#3001](nodejs/undici#3001) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2960](nodejs/undici#2960) [nodejs/undici#2959](nodejs/undici#2959) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2974](nodejs/undici#2974) [nodejs/undici#2967](nodejs/undici#2967) [nodejs/undici#2966](nodejs/undici#2966) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2826](nodejs/undici#2826) [nodejs/undici#2952](nodejs/undici#2952) [#3001](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3001) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [#2999](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2999) [#2998](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2998) [#2993](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2993) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [#2992](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2992) [#2991](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2991) [#2987](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2987) * **deps:** bump the production-dependencies group with 1 update ([actions#68](https://github.com/lepadatu-org/create-github-app-token-aws/issues/68)) ([6375dce](6375dce)) * **deps:** bump the production-dependencies group with 2 updates ([actions#138](https://github.com/lepadatu-org/create-github-app-token-aws/issues/138)) ([8d81a59](8d81a59)), closes [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#605](https://github.com/lepadatu-org/create-github-app-token-aws/issues/605) [#604](https://github.com/lepadatu-org/create-github-app-token-aws/issues/604) [nodejs/undici#3295](nodejs/undici#3295) [nodejs/undici#3298](nodejs/undici#3298) [nodejs/undici#3294](nodejs/undici#3294) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3286](nodejs/undici#3286) [nodejs/undici#3284](nodejs/undici#3284) [nodejs/undici#3291](nodejs/undici#3291) [nodejs/undici#3290](nodejs/undici#3290) [nodejs/undici#3283](nodejs/undici#3283) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3263](nodejs/undici#3263) [nodejs/undici#3279](nodejs/undici#3279) [nodejs/undici#3227](nodejs/undici#3227) [nodejs/undici#3234](nodejs/undici#3234) [nodejs/undici#3240](nodejs/undici#3240) [nodejs/undici#3245](nodejs/undici#3245) [nodejs/undici#3241](nodejs/undici#3241) [nodejs/undici#3247](nodejs/undici#3247) [nodejs/undici#3248](nodejs/undici#3248) [nodejs/undici#3219](nodejs/undici#3219) [nodejs/undici#3251](nodejs/undici#3251) [nodejs/undici#3254](nodejs/undici#3254) [nodejs/undici#3258](nodejs/undici#3258) [nodejs/undici#3257](nodejs/undici#3257) [nodejs/undici#3259](nodejs/undici#3259) [nodejs/undici#3262](nodejs/undici#3262) [nodejs/undici#3264](nodejs/undici#3264) [nodejs/undici#3118](nodejs/undici#3118) [nodejs/undici#3269](nodejs/undici#3269) [#3301](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3301) [#3294](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3294) [#3298](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3298) [#3295](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3295) [#3293](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3293) [#3283](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3283) [#3290](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3290) [#3291](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3291) [#3284](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3284) [#3286](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3286) * **deps:** bump the production-dependencies group with 2 updates ([actions#94](https://github.com/lepadatu-org/create-github-app-token-aws/issues/94)) ([323044f](323044f)), closes [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#560](https://github.com/lepadatu-org/create-github-app-token-aws/issues/560) [#559](https://github.com/lepadatu-org/create-github-app-token-aws/issues/559) [#558](https://github.com/lepadatu-org/create-github-app-token-aws/issues/558) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#553](https://github.com/lepadatu-org/create-github-app-token-aws/issues/553) [#552](https://github.com/lepadatu-org/create-github-app-token-aws/issues/552) [#551](https://github.com/lepadatu-org/create-github-app-token-aws/issues/551) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) * **deps:** bump the production-dependencies group with 3 updates ([actions#107](https://github.com/lepadatu-org/create-github-app-token-aws/issues/107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#576](https://github.com/lepadatu-org/create-github-app-token-aws/issues/576) [#577](https://github.com/lepadatu-org/create-github-app-token-aws/issues/577) [#574](https://github.com/lepadatu-org/create-github-app-token-aws/issues/574) [#572](https://github.com/lepadatu-org/create-github-app-token-aws/issues/572) [#571](https://github.com/lepadatu-org/create-github-app-token-aws/issues/571) [#567](https://github.com/lepadatu-org/create-github-app-token-aws/issues/567) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#680](https://github.com/lepadatu-org/create-github-app-token-aws/issues/680) [#609](https://github.com/lepadatu-org/create-github-app-token-aws/issues/609) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#676](https://github.com/lepadatu-org/create-github-app-token-aws/issues/676) [#673](https://github.com/lepadatu-org/create-github-app-token-aws/issues/673) [#669](https://github.com/lepadatu-org/create-github-app-token-aws/issues/669) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#671](https://github.com/lepadatu-org/create-github-app-token-aws/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2707) [#2706](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2706) [#2702](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2702) [#2644](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2644) [#2703](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2703) [#2699](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2699) [#2695](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2695) [#2645](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2645) [#2683](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2683) * **deps:** bump the production-dependencies group with 3 updates ([actions#51](https://github.com/lepadatu-org/create-github-app-token-aws/issues/51)) ([6d98b25](6d98b25)), closes [#1511](https://github.com/lepadatu-org/create-github-app-token-aws/issues/1511) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#533](https://github.com/lepadatu-org/create-github-app-token-aws/issues/533) [#531](https://github.com/lepadatu-org/create-github-app-token-aws/issues/531) [#530](https://github.com/lepadatu-org/create-github-app-token-aws/issues/530) [#524](https://github.com/lepadatu-org/create-github-app-token-aws/issues/524) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#631](https://github.com/lepadatu-org/create-github-app-token-aws/issues/631) [#626](https://github.com/lepadatu-org/create-github-app-token-aws/issues/626) * **deps:** bump undici from 6.10.2 to 6.11.1 ([actions#125](https://github.com/lepadatu-org/create-github-app-token-aws/issues/125)) ([3c223c7](3c223c7)), closes [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [nodejs/undici#3044](nodejs/undici#3044) [#3023](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3023) [nodejs/undici#3025](nodejs/undici#3025) [nodejs/undici#3024](nodejs/undici#3024) [nodejs/undici#3034](nodejs/undici#3034) [nodejs/undici#3038](nodejs/undici#3038) [nodejs/undici#2947](nodejs/undici#2947) [nodejs/undici#3040](nodejs/undici#3040) [nodejs/undici#3036](nodejs/undici#3036) [nodejs/undici#3041](nodejs/undici#3041) [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [#3041](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3041) [#3036](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3036) * **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([actions#149](https://github.com/lepadatu-org/create-github-app-token-aws/issues/149)) ([cc82279](cc82279)), closes [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [nodejs/undici#3338](nodejs/undici#3338) [nodejs/undici#3340](nodejs/undici#3340) [nodejs/undici#3332](nodejs/undici#3332) [nodejs/undici#3335](nodejs/undici#3335) [nodejs/undici#3305](nodejs/undici#3305) [nodejs/undici#3303](nodejs/undici#3303) [nodejs/undici#3304](nodejs/undici#3304) [nodejs/undici#3306](nodejs/undici#3306) [nodejs/undici#3309](nodejs/undici#3309) [nodejs/undici#3313](nodejs/undici#3313) [nodejs/undici#3311](nodejs/undici#3311) [nodejs/undici#3107](nodejs/undici#3107) [nodejs/undici#3302](nodejs/undici#3302) [nodejs/undici#3320](nodejs/undici#3320) [nodejs/undici#3321](nodejs/undici#3321) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [nodejs/undici#3326](nodejs/undici#3326) [nodejs/undici#3324](nodejs/undici#3324) [nodejs/undici#3325](nodejs/undici#3325) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [#3342](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3342) [#3332](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3332) [#3340](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3340) [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [#3338](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3338) [#3336](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3336) [#3335](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3335) [#3325](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3325) [#3324](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3324) [#3326](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3326) * **deps:** bump undici from 6.6.0 to 6.6.1 ([actions#103](https://github.com/lepadatu-org/create-github-app-token-aws/issues/103)) ([5195df7](5195df7)) * **deps:** update `[@octokit](https://github.com/octokit)` packages to latest ([actions#24](https://github.com/lepadatu-org/create-github-app-token-aws/issues/24)) ([b287cb8](b287cb8)) * do not revoke token if already expired ([actions#147](https://github.com/lepadatu-org/create-github-app-token-aws/issues/147)) ([66a7045](66a7045)), closes [actions#140](https://github.com/lepadatu-org/create-github-app-token-aws/issues/140) [actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95) * **GHES:** respect `GITHUB_API_URL` when creating installation access token ([actions#38](https://github.com/lepadatu-org/create-github-app-token-aws/issues/38)) ([c08c5ac](c08c5ac)), closes [actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36) * handle clock skew ([actions#87](https://github.com/lepadatu-org/create-github-app-token-aws/issues/87)) ([495056a](495056a)) * mask the installation token in logs ([actions#28](https://github.com/lepadatu-org/create-github-app-token-aws/issues/28)) ([bc256c2](bc256c2)) * **README:** fix name in usage examples ([actions#12](https://github.com/lepadatu-org/create-github-app-token-aws/issues/12)) ([cb1fcdd](cb1fcdd)) * **README:** update action name ([#5](#5)) ([c08b794](c08b794)) * **README:** update repository name, remove section for feature that is not yet implemented ([actions#9](https://github.com/lepadatu-org/create-github-app-token-aws/issues/9)) ([c04bb41](c04bb41)) * **release:** build `dist/` before release ([actions#33](https://github.com/lepadatu-org/create-github-app-token-aws/issues/33)) ([9a6a017](9a6a017)), closes [actions#32](https://github.com/lepadatu-org/create-github-app-token-aws/issues/32) * **release:** update version in `package.json` ([actions#35](https://github.com/lepadatu-org/create-github-app-token-aws/issues/35)) ([1dccc4c](1dccc4c)), closes [actions#34](https://github.com/lepadatu-org/create-github-app-token-aws/issues/34) * **revocation:** avoid revoking expired tokens and fail gracefully ([actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95)) ([0c01407](0c01407)), closes [actions#72](https://github.com/lepadatu-org/create-github-app-token-aws/issues/72) ### Features * `github-api-url` ([actions#88](https://github.com/lepadatu-org/create-github-app-token-aws/issues/88)) ([837e275](837e275)), closes [actions#77](https://github.com/lepadatu-org/create-github-app-token-aws/issues/77) * **`private-key`:** escaped newlines will be replaced ([actions#132](https://github.com/lepadatu-org/create-github-app-token-aws/issues/132)) ([9d23fb9](9d23fb9)) * Add a `skip_token_revoke` input for configuring token revocation ([actions#54](https://github.com/lepadatu-org/create-github-app-token-aws/issues/54)) ([9ec88c4](9ec88c4)), closes [1#L46-L47](https://github.com/1/issues/L46-L47) [1#L132](https://github.com/1/issues/L132) * add GitHub Enterprise Server (GHES) support ([actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36)) ([ede6c15](ede6c15)) * add proxy support ([actions#102](https://github.com/lepadatu-org/create-github-app-token-aws/issues/102)) ([1f82f7d](1f82f7d)) * add retry ([actions#79](https://github.com/lepadatu-org/create-github-app-token-aws/issues/79)) ([0f3b4d7](0f3b4d7)), closes [actions#71](https://github.com/lepadatu-org/create-github-app-token-aws/issues/71) * initial version ([#1](#1)) ([f456852](f456852)) * **outputs:** `app-slug` and `installation-id` ([actions#105](https://github.com/lepadatu-org/create-github-app-token-aws/issues/105)) ([babaff4](babaff4)) * support tokens scoped to multiple repositories within organization ([actions#46](https://github.com/lepadatu-org/create-github-app-token-aws/issues/46)) ([20fd863](20fd863)) * use `node20` as runner ([actions#23](https://github.com/lepadatu-org/create-github-app-token-aws/issues/23)) ([803e078](803e078)), closes [/github.com/actions/runner/issues/2619#issuecomment-1679003443](https://github.com//github.com/actions/runner/issues/2619/issues/issuecomment-1679003443) * use dash notation for inputs (deprecates underscore notation) ([actions#59](https://github.com/lepadatu-org/create-github-app-token-aws/issues/59)) ([7b1d2ae](7b1d2ae)), closes [actions#57](https://github.com/lepadatu-org/create-github-app-token-aws/issues/57) [/github.com/actions/issues/57#issuecomment-1751272252](https://github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252)
lepadatu
added a commit
to lepadatu-actions/create-github-app-token-aws
that referenced
this pull request
Sep 4, 2024
* First release * Org & README updates * Updated readme * updated .gitignore * modified the package files and workflows * Updated the release workflow * changed the workflows * updated the tests * workflow update * build(release): 1.0.0 [skip ci] # 1.0.0 (2024-09-02) ### Bug Fixes * **action-config:** prepare for release to marketplace ([actions#10](https://github.com/lepadatu-org/create-github-app-token-aws/issues/10)) ([12aa811](12aa811)) * check for token before revoking ([actions#30](https://github.com/lepadatu-org/create-github-app-token-aws/issues/30)) ([2540ed4](2540ed4)) * **ci:** release configuration ([#6](#6)) ([847634e](847634e)) * clarify `owner` input description ([actions#118](https://github.com/lepadatu-org/create-github-app-token-aws/issues/118)) ([d9bc169](d9bc169)) * **deps:** bump dependencies([actions#84](https://github.com/lepadatu-org/create-github-app-token-aws/issues/84)) ([474769d](474769d)), closes [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#649](https://github.com/lepadatu-org/create-github-app-token-aws/issues/649) [#651](https://github.com/lepadatu-org/create-github-app-token-aws/issues/651) [#648](https://github.com/lepadatu-org/create-github-app-token-aws/issues/648) [#646](https://github.com/lepadatu-org/create-github-app-token-aws/issues/646) * **deps:** bump the production-dependencies group with 1 update ([actions#123](https://github.com/lepadatu-org/create-github-app-token-aws/issues/123)) ([beea7b8](beea7b8)), closes [nodejs/undici#2978](nodejs/undici#2978) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [#2982](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2982) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [nodejs/undici#2992](nodejs/undici#2992) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2993](nodejs/undici#2993) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2998](nodejs/undici#2998) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [nodejs/undici#2999](nodejs/undici#2999) [nodejs/undici#3001](nodejs/undici#3001) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2960](nodejs/undici#2960) [nodejs/undici#2959](nodejs/undici#2959) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2974](nodejs/undici#2974) [nodejs/undici#2967](nodejs/undici#2967) [nodejs/undici#2966](nodejs/undici#2966) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2826](nodejs/undici#2826) [nodejs/undici#2952](nodejs/undici#2952) [#3001](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3001) [#2863](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2863) [#2999](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2999) [#2998](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2998) [#2993](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2993) [#2986](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2986) [#2992](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2992) [#2991](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2991) [#2987](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2987) * **deps:** bump the production-dependencies group with 1 update ([actions#68](https://github.com/lepadatu-org/create-github-app-token-aws/issues/68)) ([6375dce](6375dce)) * **deps:** bump the production-dependencies group with 2 updates ([actions#138](https://github.com/lepadatu-org/create-github-app-token-aws/issues/138)) ([8d81a59](8d81a59)), closes [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#606](https://github.com/lepadatu-org/create-github-app-token-aws/issues/606) [#605](https://github.com/lepadatu-org/create-github-app-token-aws/issues/605) [#604](https://github.com/lepadatu-org/create-github-app-token-aws/issues/604) [nodejs/undici#3295](nodejs/undici#3295) [nodejs/undici#3298](nodejs/undici#3298) [nodejs/undici#3294](nodejs/undici#3294) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3286](nodejs/undici#3286) [nodejs/undici#3284](nodejs/undici#3284) [nodejs/undici#3291](nodejs/undici#3291) [nodejs/undici#3290](nodejs/undici#3290) [nodejs/undici#3283](nodejs/undici#3283) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3263](nodejs/undici#3263) [nodejs/undici#3279](nodejs/undici#3279) [nodejs/undici#3227](nodejs/undici#3227) [nodejs/undici#3234](nodejs/undici#3234) [nodejs/undici#3240](nodejs/undici#3240) [nodejs/undici#3245](nodejs/undici#3245) [nodejs/undici#3241](nodejs/undici#3241) [nodejs/undici#3247](nodejs/undici#3247) [nodejs/undici#3248](nodejs/undici#3248) [nodejs/undici#3219](nodejs/undici#3219) [nodejs/undici#3251](nodejs/undici#3251) [nodejs/undici#3254](nodejs/undici#3254) [nodejs/undici#3258](nodejs/undici#3258) [nodejs/undici#3257](nodejs/undici#3257) [nodejs/undici#3259](nodejs/undici#3259) [nodejs/undici#3262](nodejs/undici#3262) [nodejs/undici#3264](nodejs/undici#3264) [nodejs/undici#3118](nodejs/undici#3118) [nodejs/undici#3269](nodejs/undici#3269) [#3301](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3301) [#3294](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3294) [#3298](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3298) [#3295](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3295) [#3293](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3293) [#3283](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3283) [#3290](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3290) [#3291](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3291) [#3284](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3284) [#3286](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3286) * **deps:** bump the production-dependencies group with 2 updates ([actions#94](https://github.com/lepadatu-org/create-github-app-token-aws/issues/94)) ([323044f](323044f)), closes [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#562](https://github.com/lepadatu-org/create-github-app-token-aws/issues/562) [#560](https://github.com/lepadatu-org/create-github-app-token-aws/issues/560) [#559](https://github.com/lepadatu-org/create-github-app-token-aws/issues/559) [#558](https://github.com/lepadatu-org/create-github-app-token-aws/issues/558) [#557](https://github.com/lepadatu-org/create-github-app-token-aws/issues/557) [#553](https://github.com/lepadatu-org/create-github-app-token-aws/issues/553) [#552](https://github.com/lepadatu-org/create-github-app-token-aws/issues/552) [#551](https://github.com/lepadatu-org/create-github-app-token-aws/issues/551) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) [actions#75](https://github.com/lepadatu-org/create-github-app-token-aws/issues/75) * **deps:** bump the production-dependencies group with 3 updates ([actions#107](https://github.com/lepadatu-org/create-github-app-token-aws/issues/107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#579](https://github.com/lepadatu-org/create-github-app-token-aws/issues/579) [#576](https://github.com/lepadatu-org/create-github-app-token-aws/issues/576) [#577](https://github.com/lepadatu-org/create-github-app-token-aws/issues/577) [#574](https://github.com/lepadatu-org/create-github-app-token-aws/issues/574) [#572](https://github.com/lepadatu-org/create-github-app-token-aws/issues/572) [#571](https://github.com/lepadatu-org/create-github-app-token-aws/issues/571) [#567](https://github.com/lepadatu-org/create-github-app-token-aws/issues/567) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#681](https://github.com/lepadatu-org/create-github-app-token-aws/issues/681) [#680](https://github.com/lepadatu-org/create-github-app-token-aws/issues/680) [#609](https://github.com/lepadatu-org/create-github-app-token-aws/issues/609) [#678](https://github.com/lepadatu-org/create-github-app-token-aws/issues/678) [#676](https://github.com/lepadatu-org/create-github-app-token-aws/issues/676) [#673](https://github.com/lepadatu-org/create-github-app-token-aws/issues/673) [#669](https://github.com/lepadatu-org/create-github-app-token-aws/issues/669) [#667](https://github.com/lepadatu-org/create-github-app-token-aws/issues/667) [#671](https://github.com/lepadatu-org/create-github-app-token-aws/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2707) [#2706](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2706) [#2702](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2702) [#2644](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2644) [#2703](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2703) [#2699](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2699) [#2695](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2695) [#2645](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2645) [#2683](https://github.com/lepadatu-org/create-github-app-token-aws/issues/2683) * **deps:** bump the production-dependencies group with 3 updates ([actions#51](https://github.com/lepadatu-org/create-github-app-token-aws/issues/51)) ([6d98b25](6d98b25)), closes [#1511](https://github.com/lepadatu-org/create-github-app-token-aws/issues/1511) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#535](https://github.com/lepadatu-org/create-github-app-token-aws/issues/535) [#533](https://github.com/lepadatu-org/create-github-app-token-aws/issues/533) [#531](https://github.com/lepadatu-org/create-github-app-token-aws/issues/531) [#530](https://github.com/lepadatu-org/create-github-app-token-aws/issues/530) [#524](https://github.com/lepadatu-org/create-github-app-token-aws/issues/524) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#637](https://github.com/lepadatu-org/create-github-app-token-aws/issues/637) [#631](https://github.com/lepadatu-org/create-github-app-token-aws/issues/631) [#626](https://github.com/lepadatu-org/create-github-app-token-aws/issues/626) * **deps:** bump undici from 6.10.2 to 6.11.1 ([actions#125](https://github.com/lepadatu-org/create-github-app-token-aws/issues/125)) ([3c223c7](3c223c7)), closes [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [nodejs/undici#3044](nodejs/undici#3044) [#3023](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3023) [nodejs/undici#3025](nodejs/undici#3025) [nodejs/undici#3024](nodejs/undici#3024) [nodejs/undici#3034](nodejs/undici#3034) [nodejs/undici#3038](nodejs/undici#3038) [nodejs/undici#2947](nodejs/undici#2947) [nodejs/undici#3040](nodejs/undici#3040) [nodejs/undici#3036](nodejs/undici#3036) [nodejs/undici#3041](nodejs/undici#3041) [#3024](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3024) [#3041](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3041) [#3036](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3036) * **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([actions#149](https://github.com/lepadatu-org/create-github-app-token-aws/issues/149)) ([cc82279](cc82279)), closes [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [nodejs/undici#3338](nodejs/undici#3338) [nodejs/undici#3340](nodejs/undici#3340) [nodejs/undici#3332](nodejs/undici#3332) [nodejs/undici#3335](nodejs/undici#3335) [nodejs/undici#3305](nodejs/undici#3305) [nodejs/undici#3303](nodejs/undici#3303) [nodejs/undici#3304](nodejs/undici#3304) [nodejs/undici#3306](nodejs/undici#3306) [nodejs/undici#3309](nodejs/undici#3309) [nodejs/undici#3313](nodejs/undici#3313) [nodejs/undici#3311](nodejs/undici#3311) [nodejs/undici#3107](nodejs/undici#3107) [nodejs/undici#3302](nodejs/undici#3302) [nodejs/undici#3320](nodejs/undici#3320) [nodejs/undici#3321](nodejs/undici#3321) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [nodejs/undici#3326](nodejs/undici#3326) [nodejs/undici#3324](nodejs/undici#3324) [nodejs/undici#3325](nodejs/undici#3325) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [#3342](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3342) [#3332](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3332) [#3340](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3340) [#3337](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3337) [#3338](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3338) [#3336](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3336) [#3335](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3335) [#3325](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3325) [#3324](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3324) [#3326](https://github.com/lepadatu-org/create-github-app-token-aws/issues/3326) * **deps:** bump undici from 6.6.0 to 6.6.1 ([actions#103](https://github.com/lepadatu-org/create-github-app-token-aws/issues/103)) ([5195df7](5195df7)) * **deps:** update `[@octokit](https://github.com/octokit)` packages to latest ([actions#24](https://github.com/lepadatu-org/create-github-app-token-aws/issues/24)) ([b287cb8](b287cb8)) * do not revoke token if already expired ([actions#147](https://github.com/lepadatu-org/create-github-app-token-aws/issues/147)) ([66a7045](66a7045)), closes [actions#140](https://github.com/lepadatu-org/create-github-app-token-aws/issues/140) [actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95) * **GHES:** respect `GITHUB_API_URL` when creating installation access token ([actions#38](https://github.com/lepadatu-org/create-github-app-token-aws/issues/38)) ([c08c5ac](c08c5ac)), closes [actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36) * handle clock skew ([actions#87](https://github.com/lepadatu-org/create-github-app-token-aws/issues/87)) ([495056a](495056a)) * mask the installation token in logs ([actions#28](https://github.com/lepadatu-org/create-github-app-token-aws/issues/28)) ([bc256c2](bc256c2)) * **README:** fix name in usage examples ([actions#12](https://github.com/lepadatu-org/create-github-app-token-aws/issues/12)) ([cb1fcdd](cb1fcdd)) * **README:** update action name ([#5](#5)) ([c08b794](c08b794)) * **README:** update repository name, remove section for feature that is not yet implemented ([actions#9](https://github.com/lepadatu-org/create-github-app-token-aws/issues/9)) ([c04bb41](c04bb41)) * **release:** build `dist/` before release ([actions#33](https://github.com/lepadatu-org/create-github-app-token-aws/issues/33)) ([9a6a017](9a6a017)), closes [actions#32](https://github.com/lepadatu-org/create-github-app-token-aws/issues/32) * **release:** update version in `package.json` ([actions#35](https://github.com/lepadatu-org/create-github-app-token-aws/issues/35)) ([1dccc4c](1dccc4c)), closes [actions#34](https://github.com/lepadatu-org/create-github-app-token-aws/issues/34) * **revocation:** avoid revoking expired tokens and fail gracefully ([actions#95](https://github.com/lepadatu-org/create-github-app-token-aws/issues/95)) ([0c01407](0c01407)), closes [actions#72](https://github.com/lepadatu-org/create-github-app-token-aws/issues/72) ### Features * `github-api-url` ([actions#88](https://github.com/lepadatu-org/create-github-app-token-aws/issues/88)) ([837e275](837e275)), closes [actions#77](https://github.com/lepadatu-org/create-github-app-token-aws/issues/77) * **`private-key`:** escaped newlines will be replaced ([actions#132](https://github.com/lepadatu-org/create-github-app-token-aws/issues/132)) ([9d23fb9](9d23fb9)) * Add a `skip_token_revoke` input for configuring token revocation ([actions#54](https://github.com/lepadatu-org/create-github-app-token-aws/issues/54)) ([9ec88c4](9ec88c4)), closes [1#L46-L47](https://github.com/1/issues/L46-L47) [1#L132](https://github.com/1/issues/L132) * add GitHub Enterprise Server (GHES) support ([actions#36](https://github.com/lepadatu-org/create-github-app-token-aws/issues/36)) ([ede6c15](ede6c15)) * add proxy support ([actions#102](https://github.com/lepadatu-org/create-github-app-token-aws/issues/102)) ([1f82f7d](1f82f7d)) * add retry ([actions#79](https://github.com/lepadatu-org/create-github-app-token-aws/issues/79)) ([0f3b4d7](0f3b4d7)), closes [actions#71](https://github.com/lepadatu-org/create-github-app-token-aws/issues/71) * initial version ([#1](#1)) ([f456852](f456852)) * **outputs:** `app-slug` and `installation-id` ([actions#105](https://github.com/lepadatu-org/create-github-app-token-aws/issues/105)) ([babaff4](babaff4)) * support tokens scoped to multiple repositories within organization ([actions#46](https://github.com/lepadatu-org/create-github-app-token-aws/issues/46)) ([20fd863](20fd863)) * use `node20` as runner ([actions#23](https://github.com/lepadatu-org/create-github-app-token-aws/issues/23)) ([803e078](803e078)), closes [/github.com/actions/runner/issues/2619#issuecomment-1679003443](https://github.com//github.com/actions/runner/issues/2619/issues/issuecomment-1679003443) * use dash notation for inputs (deprecates underscore notation) ([actions#59](https://github.com/lepadatu-org/create-github-app-token-aws/issues/59)) ([7b1d2ae](7b1d2ae)), closes [actions#57](https://github.com/lepadatu-org/create-github-app-token-aws/issues/57) [/github.com/actions/issues/57#issuecomment-1751272252](https://github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252) * workflow update * First release * Org & README updates * updated * updated --------- Co-authored-by: semantic-release-bot <[email protected]>
test-app-suchithrzp Bot
pushed a commit
to suchithrzp/create-github-app-token
that referenced
this pull request
Nov 4, 2024
# 1.0.0 (2024-11-04) ### Bug Fixes * **action-config:** prepare for release to marketplace ([actions#10](https://github.com/suchithrzp/create-github-app-token/issues/10)) ([12aa811](12aa811)) * check for token before revoking ([actions#30](https://github.com/suchithrzp/create-github-app-token/issues/30)) ([2540ed4](2540ed4)) * **ci:** release configuration ([#6](#6)) ([847634e](847634e)) * clarify `owner` input description ([actions#118](https://github.com/suchithrzp/create-github-app-token/issues/118)) ([d9bc169](d9bc169)) * **deps:** bump dependencies([actions#84](https://github.com/suchithrzp/create-github-app-token/issues/84)) ([474769d](474769d)), closes [#651](https://github.com/suchithrzp/create-github-app-token/issues/651) [#648](https://github.com/suchithrzp/create-github-app-token/issues/648) [#649](https://github.com/suchithrzp/create-github-app-token/issues/649) [#651](https://github.com/suchithrzp/create-github-app-token/issues/651) [#648](https://github.com/suchithrzp/create-github-app-token/issues/648) [#646](https://github.com/suchithrzp/create-github-app-token/issues/646) * **deps:** bump the production-dependencies group across 1 directory with 3 updates ([actions#166](https://github.com/suchithrzp/create-github-app-token/issues/166)) ([e177c20](e177c20)), closes [#641](https://github.com/suchithrzp/create-github-app-token/issues/641) [#641](https://github.com/suchithrzp/create-github-app-token/issues/641) [#639](https://github.com/suchithrzp/create-github-app-token/issues/639) [#638](https://github.com/suchithrzp/create-github-app-token/issues/638) [#637](https://github.com/suchithrzp/create-github-app-token/issues/637) [#636](https://github.com/suchithrzp/create-github-app-token/issues/636) [#633](https://github.com/suchithrzp/create-github-app-token/issues/633) [#632](https://github.com/suchithrzp/create-github-app-token/issues/632) [#631](https://github.com/suchithrzp/create-github-app-token/issues/631) [#630](https://github.com/suchithrzp/create-github-app-token/issues/630) [#629](https://github.com/suchithrzp/create-github-app-token/issues/629) [#714](https://github.com/suchithrzp/create-github-app-token/issues/714) [#711](https://github.com/suchithrzp/create-github-app-token/issues/711) [#714](https://github.com/suchithrzp/create-github-app-token/issues/714) [#716](https://github.com/suchithrzp/create-github-app-token/issues/716) [#711](https://github.com/suchithrzp/create-github-app-token/issues/711) [#712](https://github.com/suchithrzp/create-github-app-token/issues/712) [#710](https://github.com/suchithrzp/create-github-app-token/issues/710) [#709](https://github.com/suchithrzp/create-github-app-token/issues/709) [#708](https://github.com/suchithrzp/create-github-app-token/issues/708) [#702](https://github.com/suchithrzp/create-github-app-token/issues/702) [#706](https://github.com/suchithrzp/create-github-app-token/issues/706) [#3458](https://github.com/suchithrzp/create-github-app-token/issues/3458) [#3461](https://github.com/suchithrzp/create-github-app-token/issues/3461) [#3460](https://github.com/suchithrzp/create-github-app-token/issues/3460) [#3454](https://github.com/suchithrzp/create-github-app-token/issues/3454) [#3450](https://github.com/suchithrzp/create-github-app-token/issues/3450) [#3445](https://github.com/suchithrzp/create-github-app-token/issues/3445) * **deps:** bump the production-dependencies group with 1 update ([actions#123](https://github.com/suchithrzp/create-github-app-token/issues/123)) ([beea7b8](beea7b8)), closes [nodejs/undici#2978](nodejs/undici#2978) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [#2982](https://github.com/suchithrzp/create-github-app-token/issues/2982) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [#2986](https://github.com/suchithrzp/create-github-app-token/issues/2986) [nodejs/undici#2992](nodejs/undici#2992) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2993](nodejs/undici#2993) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2998](nodejs/undici#2998) [#2863](https://github.com/suchithrzp/create-github-app-token/issues/2863) [nodejs/undici#2999](nodejs/undici#2999) [nodejs/undici#3001](nodejs/undici#3001) [nodejs/undici#2971](nodejs/undici#2971) [nodejs/undici#2980](nodejs/undici#2980) [nodejs/undici#2983](nodejs/undici#2983) [nodejs/undici#2987](nodejs/undici#2987) [nodejs/undici#2991](nodejs/undici#2991) [nodejs/undici#2985](nodejs/undici#2985) [nodejs/undici#2995](nodejs/undici#2995) [nodejs/undici#2960](nodejs/undici#2960) [nodejs/undici#2959](nodejs/undici#2959) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2974](nodejs/undici#2974) [nodejs/undici#2967](nodejs/undici#2967) [nodejs/undici#2966](nodejs/undici#2966) [nodejs/undici#2969](nodejs/undici#2969) [nodejs/undici#2962](nodejs/undici#2962) [nodejs/undici#2826](nodejs/undici#2826) [nodejs/undici#2952](nodejs/undici#2952) [#3001](https://github.com/suchithrzp/create-github-app-token/issues/3001) [#2863](https://github.com/suchithrzp/create-github-app-token/issues/2863) [#2999](https://github.com/suchithrzp/create-github-app-token/issues/2999) [#2998](https://github.com/suchithrzp/create-github-app-token/issues/2998) [#2993](https://github.com/suchithrzp/create-github-app-token/issues/2993) [#2986](https://github.com/suchithrzp/create-github-app-token/issues/2986) [#2992](https://github.com/suchithrzp/create-github-app-token/issues/2992) [#2991](https://github.com/suchithrzp/create-github-app-token/issues/2991) [#2987](https://github.com/suchithrzp/create-github-app-token/issues/2987) * **deps:** bump the production-dependencies group with 1 update ([actions#68](https://github.com/suchithrzp/create-github-app-token/issues/68)) ([6375dce](6375dce)) * **deps:** bump the production-dependencies group with 2 updates ([actions#138](https://github.com/suchithrzp/create-github-app-token/issues/138)) ([8d81a59](8d81a59)), closes [#606](https://github.com/suchithrzp/create-github-app-token/issues/606) [#606](https://github.com/suchithrzp/create-github-app-token/issues/606) [#605](https://github.com/suchithrzp/create-github-app-token/issues/605) [#604](https://github.com/suchithrzp/create-github-app-token/issues/604) [nodejs/undici#3295](nodejs/undici#3295) [nodejs/undici#3298](nodejs/undici#3298) [nodejs/undici#3294](nodejs/undici#3294) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3286](nodejs/undici#3286) [nodejs/undici#3284](nodejs/undici#3284) [nodejs/undici#3291](nodejs/undici#3291) [nodejs/undici#3290](nodejs/undici#3290) [nodejs/undici#3283](nodejs/undici#3283) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3263](nodejs/undici#3263) [nodejs/undici#3279](nodejs/undici#3279) [nodejs/undici#3227](nodejs/undici#3227) [nodejs/undici#3234](nodejs/undici#3234) [nodejs/undici#3240](nodejs/undici#3240) [nodejs/undici#3245](nodejs/undici#3245) [nodejs/undici#3241](nodejs/undici#3241) [nodejs/undici#3247](nodejs/undici#3247) [nodejs/undici#3248](nodejs/undici#3248) [nodejs/undici#3219](nodejs/undici#3219) [nodejs/undici#3251](nodejs/undici#3251) [nodejs/undici#3254](nodejs/undici#3254) [nodejs/undici#3258](nodejs/undici#3258) [nodejs/undici#3257](nodejs/undici#3257) [nodejs/undici#3259](nodejs/undici#3259) [nodejs/undici#3262](nodejs/undici#3262) [nodejs/undici#3264](nodejs/undici#3264) [nodejs/undici#3118](nodejs/undici#3118) [nodejs/undici#3269](nodejs/undici#3269) [#3301](https://github.com/suchithrzp/create-github-app-token/issues/3301) [#3294](https://github.com/suchithrzp/create-github-app-token/issues/3294) [#3298](https://github.com/suchithrzp/create-github-app-token/issues/3298) [#3295](https://github.com/suchithrzp/create-github-app-token/issues/3295) [#3293](https://github.com/suchithrzp/create-github-app-token/issues/3293) [#3283](https://github.com/suchithrzp/create-github-app-token/issues/3283) [#3290](https://github.com/suchithrzp/create-github-app-token/issues/3290) [#3291](https://github.com/suchithrzp/create-github-app-token/issues/3291) [#3284](https://github.com/suchithrzp/create-github-app-token/issues/3284) [#3286](https://github.com/suchithrzp/create-github-app-token/issues/3286) * **deps:** bump the production-dependencies group with 2 updates ([actions#94](https://github.com/suchithrzp/create-github-app-token/issues/94)) ([323044f](323044f)), closes [#562](https://github.com/suchithrzp/create-github-app-token/issues/562) [#557](https://github.com/suchithrzp/create-github-app-token/issues/557) [#562](https://github.com/suchithrzp/create-github-app-token/issues/562) [#560](https://github.com/suchithrzp/create-github-app-token/issues/560) [#559](https://github.com/suchithrzp/create-github-app-token/issues/559) [#558](https://github.com/suchithrzp/create-github-app-token/issues/558) [#557](https://github.com/suchithrzp/create-github-app-token/issues/557) [#553](https://github.com/suchithrzp/create-github-app-token/issues/553) [#552](https://github.com/suchithrzp/create-github-app-token/issues/552) [#551](https://github.com/suchithrzp/create-github-app-token/issues/551) [actions#75](https://github.com/suchithrzp/create-github-app-token/issues/75) [actions#75](https://github.com/suchithrzp/create-github-app-token/issues/75) * **deps:** bump the production-dependencies group with 3 updates ([actions#107](https://github.com/suchithrzp/create-github-app-token/issues/107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/suchithrzp/create-github-app-token/issues/579) [#579](https://github.com/suchithrzp/create-github-app-token/issues/579) [#576](https://github.com/suchithrzp/create-github-app-token/issues/576) [#577](https://github.com/suchithrzp/create-github-app-token/issues/577) [#574](https://github.com/suchithrzp/create-github-app-token/issues/574) [#572](https://github.com/suchithrzp/create-github-app-token/issues/572) [#571](https://github.com/suchithrzp/create-github-app-token/issues/571) [#567](https://github.com/suchithrzp/create-github-app-token/issues/567) [#681](https://github.com/suchithrzp/create-github-app-token/issues/681) [#678](https://github.com/suchithrzp/create-github-app-token/issues/678) [#667](https://github.com/suchithrzp/create-github-app-token/issues/667) [#681](https://github.com/suchithrzp/create-github-app-token/issues/681) [#680](https://github.com/suchithrzp/create-github-app-token/issues/680) [#609](https://github.com/suchithrzp/create-github-app-token/issues/609) [#678](https://github.com/suchithrzp/create-github-app-token/issues/678) [#676](https://github.com/suchithrzp/create-github-app-token/issues/676) [#673](https://github.com/suchithrzp/create-github-app-token/issues/673) [#669](https://github.com/suchithrzp/create-github-app-token/issues/669) [#667](https://github.com/suchithrzp/create-github-app-token/issues/667) [#671](https://github.com/suchithrzp/create-github-app-token/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/suchithrzp/create-github-app-token/issues/2707) [#2706](https://github.com/suchithrzp/create-github-app-token/issues/2706) [#2702](https://github.com/suchithrzp/create-github-app-token/issues/2702) [#2644](https://github.com/suchithrzp/create-github-app-token/issues/2644) [#2703](https://github.com/suchithrzp/create-github-app-token/issues/2703) [#2699](https://github.com/suchithrzp/create-github-app-token/issues/2699) [#2695](https://github.com/suchithrzp/create-github-app-token/issues/2695) [#2645](https://github.com/suchithrzp/create-github-app-token/issues/2645) [#2683](https://github.com/suchithrzp/create-github-app-token/issues/2683) * **deps:** bump the production-dependencies group with 3 updates ([actions#51](https://github.com/suchithrzp/create-github-app-token/issues/51)) ([6d98b25](6d98b25)), closes [#1511](https://github.com/suchithrzp/create-github-app-token/issues/1511) [#535](https://github.com/suchithrzp/create-github-app-token/issues/535) [#535](https://github.com/suchithrzp/create-github-app-token/issues/535) [#533](https://github.com/suchithrzp/create-github-app-token/issues/533) [#531](https://github.com/suchithrzp/create-github-app-token/issues/531) [#530](https://github.com/suchithrzp/create-github-app-token/issues/530) [#524](https://github.com/suchithrzp/create-github-app-token/issues/524) [#637](https://github.com/suchithrzp/create-github-app-token/issues/637) [#637](https://github.com/suchithrzp/create-github-app-token/issues/637) [#631](https://github.com/suchithrzp/create-github-app-token/issues/631) [#626](https://github.com/suchithrzp/create-github-app-token/issues/626) * **deps:** bump undici from 6.10.2 to 6.11.1 ([actions#125](https://github.com/suchithrzp/create-github-app-token/issues/125)) ([3c223c7](3c223c7)), closes [#3024](https://github.com/suchithrzp/create-github-app-token/issues/3024) [nodejs/undici#3044](nodejs/undici#3044) [#3023](https://github.com/suchithrzp/create-github-app-token/issues/3023) [nodejs/undici#3025](nodejs/undici#3025) [nodejs/undici#3024](nodejs/undici#3024) [nodejs/undici#3034](nodejs/undici#3034) [nodejs/undici#3038](nodejs/undici#3038) [nodejs/undici#2947](nodejs/undici#2947) [nodejs/undici#3040](nodejs/undici#3040) [nodejs/undici#3036](nodejs/undici#3036) [nodejs/undici#3041](nodejs/undici#3041) [#3024](https://github.com/suchithrzp/create-github-app-token/issues/3024) [#3041](https://github.com/suchithrzp/create-github-app-token/issues/3041) [#3036](https://github.com/suchithrzp/create-github-app-token/issues/3036) * **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([actions#149](https://github.com/suchithrzp/create-github-app-token/issues/149)) ([cc82279](cc82279)), closes [#3337](https://github.com/suchithrzp/create-github-app-token/issues/3337) [nodejs/undici#3338](nodejs/undici#3338) [nodejs/undici#3340](nodejs/undici#3340) [nodejs/undici#3332](nodejs/undici#3332) [nodejs/undici#3335](nodejs/undici#3335) [nodejs/undici#3305](nodejs/undici#3305) [nodejs/undici#3303](nodejs/undici#3303) [nodejs/undici#3304](nodejs/undici#3304) [nodejs/undici#3306](nodejs/undici#3306) [nodejs/undici#3309](nodejs/undici#3309) [nodejs/undici#3313](nodejs/undici#3313) [nodejs/undici#3311](nodejs/undici#3311) [nodejs/undici#3107](nodejs/undici#3107) [nodejs/undici#3302](nodejs/undici#3302) [nodejs/undici#3320](nodejs/undici#3320) [nodejs/undici#3321](nodejs/undici#3321) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [nodejs/undici#3326](nodejs/undici#3326) [nodejs/undici#3324](nodejs/undici#3324) [nodejs/undici#3325](nodejs/undici#3325) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [#3342](https://github.com/suchithrzp/create-github-app-token/issues/3342) [#3332](https://github.com/suchithrzp/create-github-app-token/issues/3332) [#3340](https://github.com/suchithrzp/create-github-app-token/issues/3340) [#3337](https://github.com/suchithrzp/create-github-app-token/issues/3337) [#3338](https://github.com/suchithrzp/create-github-app-token/issues/3338) [#3336](https://github.com/suchithrzp/create-github-app-token/issues/3336) [#3335](https://github.com/suchithrzp/create-github-app-token/issues/3335) [#3325](https://github.com/suchithrzp/create-github-app-token/issues/3325) [#3324](https://github.com/suchithrzp/create-github-app-token/issues/3324) [#3326](https://github.com/suchithrzp/create-github-app-token/issues/3326) * **deps:** bump undici from 6.6.0 to 6.6.1 ([actions#103](https://github.com/suchithrzp/create-github-app-token/issues/103)) ([5195df7](5195df7)) * **deps:** update `[@octokit](https://github.com/octokit)` packages to latest ([actions#24](https://github.com/suchithrzp/create-github-app-token/issues/24)) ([b287cb8](b287cb8)) * do not revoke token if already expired ([actions#147](https://github.com/suchithrzp/create-github-app-token/issues/147)) ([66a7045](66a7045)), closes [actions#140](https://github.com/suchithrzp/create-github-app-token/issues/140) [actions#95](https://github.com/suchithrzp/create-github-app-token/issues/95) * **GHES:** respect `GITHUB_API_URL` when creating installation access token ([actions#38](https://github.com/suchithrzp/create-github-app-token/issues/38)) ([c08c5ac](c08c5ac)), closes [actions#36](https://github.com/suchithrzp/create-github-app-token/issues/36) * handle clock skew ([#87](https://github.com/suchithrzp/create-github-app-token/issues/87)) ([495056a](495056a)) * mask the installation token in logs ([#28](https://github.com/suchithrzp/create-github-app-token/issues/28)) ([bc256c2](bc256c2)) * **README:** fix name in usage examples ([#12](https://github.com/suchithrzp/create-github-app-token/issues/12)) ([cb1fcdd](cb1fcdd)) * **README:** update action name ([#5](https://github.com/suchithrzp/create-github-app-token/issues/5)) ([c08b794](c08b794)) * **README:** update repository name, remove section for feature that is not yet implemented ([#9](https://github.com/suchithrzp/create-github-app-token/issues/9)) ([c04bb41](c04bb41)) * **release:** build `dist/` before release ([#33](https://github.com/suchithrzp/create-github-app-token/issues/33)) ([9a6a017](9a6a017)), closes [#32](https://github.com/suchithrzp/create-github-app-token/issues/32) * **release:** update version in `package.json` ([#35](https://github.com/suchithrzp/create-github-app-token/issues/35)) ([1dccc4c](1dccc4c)), closes [#34](https://github.com/suchithrzp/create-github-app-token/issues/34) * **revocation:** avoid revoking expired tokens and fail gracefully ([actions#95](https://github.com/suchithrzp/create-github-app-token/issues/95)) ([0c01407](0c01407)), closes [#72](https://github.com/suchithrzp/create-github-app-token/issues/72) ### Features * `github-api-url` ([#88](https://github.com/suchithrzp/create-github-app-token/issues/88)) ([837e275](837e275)), closes [#77](https://github.com/suchithrzp/create-github-app-token/issues/77) * **`private-key`:** escaped newlines will be replaced ([#132](https://github.com/suchithrzp/create-github-app-token/issues/132)) ([9d23fb9](9d23fb9)) * Add a `skip_token_revoke` input for configuring token revocation ([#54](https://github.com/suchithrzp/create-github-app-token/issues/54)) ([9ec88c4](9ec88c4)), closes [1#L46-L47](https://github.com/1/issues/L46-L47) [1#L132](https://github.com/1/issues/L132) * add GitHub Enterprise Server (GHES) support ([actions#36](https://github.com/suchithrzp/create-github-app-token/issues/36)) ([ede6c15](ede6c15)) * add proxy support ([#102](https://github.com/suchithrzp/create-github-app-token/issues/102)) ([1f82f7d](1f82f7d)) * add retry ([#79](https://github.com/suchithrzp/create-github-app-token/issues/79)) ([0f3b4d7](0f3b4d7)), closes [#71](https://github.com/suchithrzp/create-github-app-token/issues/71) * allow repositories input to be comma or newline-separated ([#169](https://github.com/suchithrzp/create-github-app-token/issues/169)) ([796b88d](796b88d)) * initial version ([#1](https://github.com/suchithrzp/create-github-app-token/issues/1)) ([f456852](f456852)) * **outputs:** `app-slug` and `installation-id` ([#105](https://github.com/suchithrzp/create-github-app-token/issues/105)) ([babaff4](babaff4)) * support tokens scoped to multiple repositories within organization ([#46](https://github.com/suchithrzp/create-github-app-token/issues/46)) ([20fd863](20fd863)) * use `node20` as runner ([#23](https://github.com/suchithrzp/create-github-app-token/issues/23)) ([803e078](803e078)), closes [/github.com/actions/runner/issues/2619#issuecomment-1679003443](https://github.com//github.com/actions/runner/issues/2619/issues/issuecomment-1679003443) * use dash notation for inputs (deprecates underscore notation) ([#59](https://github.com/suchithrzp/create-github-app-token/issues/59)) ([7b1d2ae](7b1d2ae)), closes [#57](https://github.com/suchithrzp/create-github-app-token/issues/57) [/github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252](https://github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252)
renovate Bot
added a commit
to block/aittributor
that referenced
this pull request
Apr 22, 2026
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v1` → `v3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3.1.0...v3.1.1) ##### Bug Fixes - improve error message when app identifier is empty ([#​362](https://redirect.github.com/actions/create-github-app-token/issues/362)) ([07e2b76](https://redirect.github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36)), closes [#​249](https://redirect.github.com/actions/create-github-app-token/issues/249) ### [`v3.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3.1.0) ##### Bug Fixes - **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#​357](https://redirect.github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](https://redirect.github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf)) ##### Features - add `client-id` input and deprecate `app-id` ([#​353](https://redirect.github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](https://redirect.github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9)) - update permission inputs ([#​358](https://redirect.github.com/actions/create-github-app-token/issues/358)) ([076e948](https://redirect.github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be)) ### [`v3.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3) - feat!: node 24 support ([#​275](https://redirect.github.com/actions/create-github-app-token/issues/275)) ([2e564a0](https://redirect.github.com/actions/create-github-app-token/commit/2e564a0bb8e7cc2b907b2401a2afe177882d4325)) - fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#​342](https://redirect.github.com/actions/create-github-app-token/issues/342)) ([4451bcb](https://redirect.github.com/actions/create-github-app-token/commit/4451bcbc139f8124b0bf04f968ea2586b17df458)) ##### Bug Fixes - remove custom proxy handling ([#​143](https://redirect.github.com/actions/create-github-app-token/issues/143)) ([dce0ab0](https://redirect.github.com/actions/create-github-app-token/commit/dce0ab05f36f30b22fd14289fd36655c618e4e8e)) ##### BREAKING CHANGES - Custom proxy handling has been removed. If you use HTTP\_PROXY or HTTPS\_PROXY, you must now also set NODE\_USE\_ENV\_PROXY=1 on the action step. - Requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner. ### [`v3`](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.2...v3) ### [`v2.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.1...v2.2.2) ##### Bug Fixes - **deps:** bump [@​actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 ([#​337](https://redirect.github.com/actions/create-github-app-token/issues/337)) ([b044133](https://redirect.github.com/actions/create-github-app-token/commit/b04413352d4644ac2131b9a90c074f5e93ca18a1)) - **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#​335](https://redirect.github.com/actions/create-github-app-token/issues/335)) ([5cbc656](https://redirect.github.com/actions/create-github-app-token/commit/5cbc65624c9ddc4589492bda7c8b146223e8c3e4)) - **deps:** bump the production-dependencies group with 4 updates ([#​336](https://redirect.github.com/actions/create-github-app-token/issues/336)) ([6bda5bc](https://redirect.github.com/actions/create-github-app-token/commit/6bda5bc1410576b9a0879ce6076d53345485bba9)) - **deps:** bump undici from 7.16.0 to 7.18.2 ([#​323](https://redirect.github.com/actions/create-github-app-token/issues/323)) ([b4f638f](https://redirect.github.com/actions/create-github-app-token/commit/b4f638f48ee0dcdbb0bc646c48e4cb2a2de847fe)) ### [`v2.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​311](https://redirect.github.com/actions/create-github-app-token/issues/311)) ([b212e6a](https://redirect.github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999)) ### [`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0) ##### Bug Fixes - **deps:** bump glob from 10.4.5 to 10.5.0 ([#​305](https://redirect.github.com/actions/create-github-app-token/issues/305)) ([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc)) - **deps:** bump p-retry from 6.2.1 to 7.1.0 ([#​294](https://redirect.github.com/actions/create-github-app-token/issues/294)) ([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4)) - **deps:** bump the production-dependencies group with 2 updates ([#​292](https://redirect.github.com/actions/create-github-app-token/issues/292)) ([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5)) ##### Features - update permission inputs ([#​296](https://redirect.github.com/actions/create-github-app-token/issues/296)) ([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37)) ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#​278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) ### [`v2.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) ##### Features - use `node24` as runner ([#​267](https://redirect.github.com/actions/create-github-app-token/issues/267)) ([a1cbe0f](https://redirect.github.com/actions/create-github-app-token/commit/a1cbe0fa3c5aa6b13e7437f226536549d68ed0dd)) ### [`v2.0.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.5...v2.0.6) ##### Bug Fixes - replace `-` with `_` ([#​246](https://redirect.github.com/actions/create-github-app-token/issues/246)) ([3336784](https://redirect.github.com/actions/create-github-app-token/commit/333678481b1f02ee31fa1443aba4f1f7cb5b08b5)) ### [`v2.0.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​240](https://redirect.github.com/actions/create-github-app-token/issues/240)) ([d64d7d7](https://redirect.github.com/actions/create-github-app-token/commit/d64d7d73555d3f2cb08ce64bdd812e49308a2905)) ### [`v2.0.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.3...v2.0.4) ##### Bug Fixes - permission input handling ([#​243](https://redirect.github.com/actions/create-github-app-token/issues/243)) ([2950cbc](https://redirect.github.com/actions/create-github-app-token/commit/2950cbc446a8d3030ea17d3f7cbdd3c0fce4b0f5)) ### [`v2.0.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **README:** use `v2` in examples ([#​234](https://redirect.github.com/actions/create-github-app-token/issues/234)) ([9ba274d](https://redirect.github.com/actions/create-github-app-token/commit/9ba274d954c9af64fbf4cec63082d0e3f57e9b5f)), closes [#​232](https://redirect.github.com/actions/create-github-app-token/issues/232) - use `core.getBooleanInput()` to retrieve boolean input values ([#​223](https://redirect.github.com/actions/create-github-app-token/issues/223)) ([c3c17c7](https://redirect.github.com/actions/create-github-app-token/commit/c3c17c79ccedec31f588e88d6ad5ff9036afe580)) ### [`v2.0.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.1...v2.0.2) ##### Bug Fixes - improve log messages for token creation ([#​226](https://redirect.github.com/actions/create-github-app-token/issues/226)) ([eaef294](https://redirect.github.com/actions/create-github-app-token/commit/eaef29498fbc63724aabd0a6e832efd41baf2cc7)) ### [`v2.0.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2.0.1) ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 2 updates ([#​228](https://redirect.github.com/actions/create-github-app-token/issues/228)) ([2411bfc](https://redirect.github.com/actions/create-github-app-token/commit/2411bfc7923448badb7a1faf23017f382e0fb895)) ### [`v2.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2) - feat!: remove deprecated inputs ([#​213](https://redirect.github.com/actions/create-github-app-token/issues/213)) ([5cc811b](https://redirect.github.com/actions/create-github-app-token/commit/5cc811bc40176329bb642bff9e5d9e356099ad2a)) ##### BREAKING CHANGES - Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration. ### [`v2`](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.12.0...v2) ### [`v1.12.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#​168](https://redirect.github.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://redirect.github.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) ### [`v1.11.7`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.7) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) ##### Bug Fixes - **deps:** bump undici from 5.28.4 to 7.5.0 ([#​214](https://redirect.github.com/actions/create-github-app-token/issues/214)) ([a24b46a](https://redirect.github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2)) ### [`v1.11.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​210](https://redirect.github.com/actions/create-github-app-token/issues/210)) ([1ff1dea](https://redirect.github.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b)) ### [`v1.11.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.0 to 9.2.2 ([#​209](https://redirect.github.com/actions/create-github-app-token/issues/209)) ([8cedd97](https://redirect.github.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)), closes [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​737](https://redirect.github.com/actions/create-github-app-token/issues/737) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​736](https://redirect.github.com/actions/create-github-app-token/issues/736) [#​735](https://redirect.github.com/actions/create-github-app-token/issues/735) [#​734](https://redirect.github.com/actions/create-github-app-token/issues/734) [#​733](https://redirect.github.com/actions/create-github-app-token/issues/733) [#​732](https://redirect.github.com/actions/create-github-app-token/issues/732) - **deps:** bump [@​octokit/request-error](https://redirect.github.com/octokit/request-error) from 6.1.6 to 6.1.7 ([#​208](https://redirect.github.com/actions/create-github-app-token/issues/208)) ([415f6a5](https://redirect.github.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)), closes [#​494](https://redirect.github.com/actions/create-github-app-token/issues/494) [#​491](https://redirect.github.com/actions/create-github-app-token/issues/491) [#​490](https://redirect.github.com/actions/create-github-app-token/issues/490) [#​488](https://redirect.github.com/actions/create-github-app-token/issues/488) [#​486](https://redirect.github.com/actions/create-github-app-token/issues/486) [#​487](https://redirect.github.com/actions/create-github-app-token/issues/487) [#​485](https://redirect.github.com/actions/create-github-app-token/issues/485) [#​484](https://redirect.github.com/actions/create-github-app-token/issues/484) ### [`v1.11.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) ##### Bug Fixes - **deps:** bump [@​octokit/endpoint](https://redirect.github.com/octokit/endpoint) from 10.1.1 to 10.1.3 ([#​207](https://redirect.github.com/actions/create-github-app-token/issues/207)) ([d30def8](https://redirect.github.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)), closes [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​514](https://redirect.github.com/actions/create-github-app-token/issues/514) [#​512](https://redirect.github.com/actions/create-github-app-token/issues/512) [#​511](https://redirect.github.com/actions/create-github-app-token/issues/511) [#​509](https://redirect.github.com/actions/create-github-app-token/issues/509) [#​508](https://redirect.github.com/actions/create-github-app-token/issues/508) [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​506](https://redirect.github.com/actions/create-github-app-token/issues/506) [#​505](https://redirect.github.com/actions/create-github-app-token/issues/505) [#​504](https://redirect.github.com/actions/create-github-app-token/issues/504) ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) ### [`v1.11.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.1.3 to 9.1.4 in the production-dependencies group ([#​196](https://redirect.github.com/actions/create-github-app-token/issues/196)) ([b4192a5](https://redirect.github.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)), closes [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​729](https://redirect.github.com/actions/create-github-app-token/issues/729) [#​727](https://redirect.github.com/actions/create-github-app-token/issues/727) [#​726](https://redirect.github.com/actions/create-github-app-token/issues/726) [#​723](https://redirect.github.com/actions/create-github-app-token/issues/723) [#​724](https://redirect.github.com/actions/create-github-app-token/issues/724) [#​722](https://redirect.github.com/actions/create-github-app-token/issues/722) [#​721](https://redirect.github.com/actions/create-github-app-token/issues/721) [#​720](https://redirect.github.com/actions/create-github-app-token/issues/720) [#​719](https://redirect.github.com/actions/create-github-app-token/issues/719) - **deps:** bump undici from 6.19.8 to 7.2.0 ([#​198](https://redirect.github.com/actions/create-github-app-token/issues/198)) ([29aa051](https://redirect.github.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)), closes [nodejs/undici#3958](https://redirect.github.com/nodejs/undici/issues/3958) [nodejs/undici#3955](https://redirect.github.com/nodejs/undici/issues/3955) [nodejs/undici#3962](https://redirect.github.com/nodejs/undici/issues/3962) [nodejs/undici#3921](https://redirect.github.com/nodejs/undici/issues/3921) [nodejs/undici#3923](https://redirect.github.com/nodejs/undici/issues/3923) [nodejs/undici#3925](https://redirect.github.com/nodejs/undici/issues/3925) [nodejs/undici#3926](https://redirect.github.com/nodejs/undici/issues/3926) [nodejs/undici#3924](https://redirect.github.com/nodejs/undici/issues/3924) [nodejs/undici#3933](https://redirect.github.com/nodejs/undici/issues/3933) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3930](https://redirect.github.com/nodejs/undici/issues/3930) [nodejs/undici#3938](https://redirect.github.com/nodejs/undici/issues/3938) [#​3937](https://redirect.github.com/actions/create-github-app-token/issues/3937) [nodejs/undici#3940](https://redirect.github.com/nodejs/undici/issues/3940) [nodejs/undici#3931](https://redirect.github.com/nodejs/undici/issues/3931) [nodejs/undici#3941](https://redirect.github.com/nodejs/undici/issues/3941) [nodejs/undici#3911](https://redirect.github.com/nodejs/undici/issues/3911) [nodejs/undici#3888](https://redirect.github.com/nodejs/undici/issues/3888) [nodejs/undici#3939](https://redirect.github.com/nodejs/undici/issues/3939) [nodejs/undici#3947](https://redirect.github.com/nodejs/undici/issues/3947) [nodejs/undici#3945](https://redirect.github.com/nodejs/undici/issues/3945) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3893](https://redirect.github.com/nodejs/undici/issues/3893) [nodejs/undici#3902](https://redirect.github.com/nodejs/undici/issues/3902) [#​3901](https://redirect.github.com/actions/create-github-app-token/issues/3901) [nodejs/undici#3903](https://redirect.github.com/nodejs/undici/issues/3903) [nodejs/undici#3905](https://redirect.github.com/nodejs/undici/issues/3905) [nodejs/undici#3900](https://redirect.github.com/nodejs/undici/issues/3900) [nodejs/undici#3913](https://redirect.github.com/nodejs/undici/issues/3913) [nodejs/undici#3910](https://redirect.github.com/nodejs/undici/issues/3910) [nodejs/undici#3909](https://redirect.github.com/nodejs/undici/issues/3909) [nodejs/undici#3906](https://redirect.github.com/nodejs/undici/issues/3906) [nodejs/undici#3922](https://redirect.github.com/nodejs/undici/issues/3922) [#​3962](https://redirect.github.com/actions/create-github-app-token/issues/3962) [#​3955](https://redirect.github.com/actions/create-github-app-token/issues/3955) [#​3958](https://redirect.github.com/actions/create-github-app-token/issues/3958) [#​3945](https://redirect.github.com/actions/create-github-app-token/issues/3945) [#​3947](https://redirect.github.com/actions/create-github-app-token/issues/3947) [#​3939](https://redirect.github.com/actions/create-github-app-token/issues/3939) [#​3888](https://redirect.github.com/actions/create-github-app-token/issues/3888) [#​3911](https://redirect.github.com/actions/create-github-app-token/issues/3911) [#​3941](https://redirect.github.com/actions/create-github-app-token/issues/3941) ### [`v1.11.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) ##### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​193](https://redirect.github.com/actions/create-github-app-token/pull/193) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) ##### What's Changed ##### Features - Allow repositories input to be comma or newline-separated by [@​peter-evans](https://redirect.github.com/peter-evans) in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) ##### New Contributors - [@​peter-evans](https://redirect.github.com/peter-evans) made their first contribution in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0> ### [`v1.10.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) ##### What's Changed - build(deps-dev): bump the development-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​150](https://redirect.github.com/actions/create-github-app-token/pull/150) - docs(README): fix the `git committer string` and `Configure git CLI` examples by [@​maboloshi](https://redirect.github.com/maboloshi) in [#​151](https://redirect.github.com/actions/create-github-app-token/pull/151) - docs(readme): document how a Base64 private key could be decoded by [@​vleon1a](https://redirect.github.com/vleon1a) in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) - test: fix test file extensions and inputs for repositories by [@​parkerbxyz](https://redirect.github.com/parkerbxyz) in [#​161](https://redirect.github.com/actions/create-github-app-token/pull/161) - build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​167](https://redirect.github.com/actions/create-github-app-token/pull/167) ##### Bug Fixes - bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​166](https://redirect.github.com/actions/create-github-app-token/pull/166) ##### New Contributors - [@​vleon1a](https://redirect.github.com/vleon1a) made their first contribution in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4> ### [`v1.10.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) #### What's Changed - docs(README): fix committer string example and add git config example by [@​anuraaga](https://redirect.github.com/anuraaga) in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) ##### Bug Fixes - fix(deps): bump undici from 6.18.2 to 6.19.2 in the production-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [#​149](https://redirect.github.com/actions/create-github-app-token/pull/149) #### New Contributors - [@​anuraaga](https://redirect.github.com/anuraaga) made their first contribution in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3> ### [`v1.10.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) ##### Bug Fixes - do not revoke token if already expired ([#​147](https://redirect.github.com/actions/create-github-app-token/issues/147)) ([66a7045](https://redirect.github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#​140](https://redirect.github.com/actions/create-github-app-token/issues/140) [#​95](https://redirect.github.com/actions/create-github-app-token/issues/95) ### [`v1.10.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://redirect.github.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://redirect.github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​605](https://redirect.github.com/actions/create-github-app-token/issues/605) [#​604](https://redirect.github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://redirect.github.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://redirect.github.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://redirect.github.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://redirect.github.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://redirect.github.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://redirect.github.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://redirect.github.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://redirect.github.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://redirect.github.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://redirect.github.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://redirect.github.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://redirect.github.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://redirect.github.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://redirect.github.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://redirect.github.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://redirect.github.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://redirect.github.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://redirect.github.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://redirect.github.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://redirect.github.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://redirect.github.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://redirect.github.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://redirect.github.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://redirect.github.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://redirect.github.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://redirect.github.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://redirect.github.com/nodejs/undici/issues/3269) [#​3301](https://redirect.github.com/actions/create-github-app-token/issues/3301) [#​3294](https://redirect.github.com/actions/create-github-app-token/issues/3294) [#​3298](https://redirect.github.com/actions/create-github-app-token/issues/3298) [#​3295](https://redirect.github.com/actions/create-github-app-token/issues/3295) [#​3293](https://redirect.github.com/actions/create-github-app-token/issues/3293) [#​3283](https://redirect.github.com/actions/create-github-app-token/issues/3283) [#​3290](https://redirect.github.com/actions/create-github-app-token/issues/3290) [#​3291](https://redirect.github.com/actions/create-github-app-token/issues/3291) [#​3284](https://redirect.github.com/actions/create-github-app-token/issues/3284) [#​3286](https://redirect.github.com/actions/create-github-app-token/issues/3286) ### [`v1.10.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) ##### Features - **`private-key`:** escaped newlines will be replaced ([#​132](https://redirect.github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://redirect.github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f)) ### [`v1.9.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **deps:** bump undici from 6.10.2 to 6.11.1 ([#​125](https://redirect.github.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://redirect.github.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://redirect.github.com/nodejs/undici/issues/3044) [#​3023](https://redirect.github.com/actions/create-github-app-token/issues/3023) [nodejs/undici#3025](https://redirect.github.com/nodejs/undici/issues/3025) [nodejs/undici#3024](https://redirect.github.com/nodejs/undici/issues/3024) [nodejs/undici#3034](https://redirect.github.com/nodejs/undici/issues/3034) [nodejs/undici#3038](https://redirect.github.com/nodejs/undici/issues/3038) [nodejs/undici#2947](https://redirect.github.com/nodejs/undici/issues/2947) [nodejs/undici#3040](https://redirect.github.com/nodejs/undici/issues/3040) [nodejs/undici#3036](https://redirect.github.com/nodejs/undici/issues/3036) [nodejs/undici#3041](https://redirect.github.com/nodejs/undici/issues/3041) [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [#​3041](https://redirect.github.com/actions/create-github-app-token/issues/3041) [#​3036](https://redirect.github.com/actions/create-github-app-token/issues/3036) ### [`v1.9.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​123](https://redirect.github.com/actions/create-github-app-token/issues/123)) ([beea7b8](https://redirect.github.com/actions/create-github-app-token/commit/beea7b860ac0b14ca14258aca701da842aa65e30)), closes [nodejs/undici#2978](https://redirect.github.com/nodejs/undici/issues/2978) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [#​2982](https://redirect.github.com/actions/create-github-app-token/issues/2982) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [nodejs/undici#2992](https://redirect.github.com/nodejs/undici/issues/2992) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2993](https://redirect.github.com/nodejs/undici/issues/2993) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2998](https://redirect.github.com/nodejs/undici/issues/2998) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [nodejs/undici#2999](https://redirect.github.com/nodejs/undici/issues/2999) [nodejs/undici#3001](https://redirect.github.com/nodejs/undici/issues/3001) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2960](https://redirect.github.com/nodejs/undici/issues/2960) [nodejs/undici#2959](https://redirect.github.com/nodejs/undici/issues/2959) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2974](https://redirect.github.com/nodejs/undici/issues/2974) [nodejs/undici#2967](https://redirect.github.com/nodejs/undici/issues/2967) [nodejs/undici#2966](https://redirect.github.com/nodejs/undici/issues/2966) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2826](https://redirect.github.com/nodejs/undici/issues/2826) [nodejs/undici#2952](https://redirect.github.com/nodejs/undici/issues/2952) [#​3001](https://redirect.github.com/actions/create-github-app-token/issues/3001) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [#​2999](https://redirect.github.com/actions/create-github-app-token/issues/2999) [#​2998](https://redirect.github.com/actions/create-github-app-token/issues/2998) [#​2993](https://redirect.github.com/actions/create-github-app-token/issues/2993) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [#​2992](https://redirect.github.com/actions/create-github-app-token/issues/2992) [#​2991](https://redirect.github.com/actions/create-github-app-token/issues/2991) [#​2987](https://redirect.github.com/actions/create-github-app-token/issues/2987) ### [`v1.9.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.0...v1.9.1) ##### Bug Fixes - clarify `owner` input description ([#​118](https://redirect.github.com/actions/create-github-app-token/issues/118)) ([d9bc169](https://redirect.github.com/actions/create-github-app-token/commit/d9bc16919cdbdb07543eb732aa872437384e296f)) ### [`v1.9.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.2...v1.9.0) ##### Features - **outputs:** `app-slug` and `installation-id` ([#​105](https://redirect.github.com/actions/create-github-app-token/issues/105)) ([babaff4](https://redirect.github.com/actions/create-github-app-token/commit/babaff4320b432cece89fd8d07209bb3f6e98fe3)) ### [`v1.8.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​107](https://redirect.github.com/actions/create-github-app-token/issues/107)) ([f83fb27](https://redirect.github.com/actions/create-github-app-token/commit/f83fb279aa2bc96a80fac0b8cb97b369ae18334f)), closes [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​576](https://redirect.github.com/actions/create-github-app-token/issues/576) [#​577](https://redirect.github.com/actions/create-github-app-token/issues/577) [#​574](https://redirect.github.com/actions/create-github-app-token/issues/574) [#​572](https://redirect.github.com/actions/create-github-app-token/issues/572) [#​571](https://redirect.github.com/actions/create-github-app-token/issues/571) [#​567](https://redirect.github.com/actions/create-github-app-token/issues/567) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​680](https://redirect.github.com/actions/create-github-app-token/issues/680) [#​609](https://redirect.github.com/actions/create-github-app-token/issues/609) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​676](https://redirect.github.com/actions/create-github-app-token/issues/676) [#​673](https://redirect.github.com/actions/create-github-app-token/issues/673) [#​669](https://redirect.github.com/actions/create-github-app-token/issues/669) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​671](https://redirect.github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](https://redirect.github.com/nodejs/undici/issues/2683) [nodejs/undici#2645](https://redirect.github.com/nodejs/undici/issues/2645) [nodejs/undici#2695](https://redirect.github.com/nodejs/undici/issues/2695) [nodejs/undici#2699](https://redirect.github.com/nodejs/undici/issues/2699) [nodejs/undici#2703](https://redirect.github.com/nodejs/undici/issues/2703) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [nodejs/undici#2702](https://redirect.github.com/nodejs/undici/issues/2702) [nodejs/undici#2706](https://redirect.github.com/nodejs/undici/issues/2706) [nodejs/undici#2707](https://redirect.github.com/nodejs/undici/issues/2707) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [#​2707](https://redirect.github.com/actions/create-github-app-token/issues/2707) [#​2706](https://redirect.github.com/actions/create-github-app-token/issues/2706) [#​2702](https://redirect.github.com/actions/create-github-app-token/issues/2702) [#​2644](https://redirect.github.com/actions/create-github-app-token/issues/2644) [#​2703](https://redirect.github.com/actions/create-github-app-token/issues/2703) [#​2699](https://redirect.github.com/actions/create-github-app-token/issues/2699) [#​2695](https://redirect.github.com/actions/create-github-app-token/issues/2695) [#​2645](https://redirect.github.com/actions/create-github-app-token/issues/2645) [#​2683](https://redirect.github.com/actions/create-github-app-token/issues/2683) ### [`v1.8.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **deps:** bump undici from 6.6.0 to 6.6.1 ([#​103](https://redirect.github.com/actions/create-github-app-token/issues/103)) ([5195df7](https://redirect.github.com/actions/create-github-app-token/commit/5195df7c8824728b348fbaa3f0921ce6ca4ecec0)) ### [`v1.8.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) ##### Features - add proxy support ([#​102](https://redirect.github.com/actions/create-github-app-token/issues/102)) ([1f82f7d](https://redirect.github.com/actions/create-github-app-token/commit/1f82f7df931fbb9a6ba4a94ffacb46eb12eba094)) ### [`v1.7.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.4...v1.7.0) ##### Features - `github-api-url` ([#​88](https://redirect.github.com/actions/create-github-app-token/issues/88)) ([837e275](https://redirect.github.com/actions/create-github-app-token/commit/837e2752e017897b136a438ea12a06c044b8414e)), closes [#​77](https://redirect.github.com/actions/create-github-app-token/issues/77) ### [`v1.6.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.3...v1.6.4) ##### Bug Fixes - **revocation:** avoid revoking expired tokens and fail gracefully ([#​95](https://redirect.github.com/actions/create-github-app-token/issues/95)) ([0c01407](https://redirect.github.com/actions/create-github-app-token/commit/0c014070f93045fed9b48f568f28b2f1cca37088)), closes [#​72](https://redirect.github.com/actions/create-github-app-token/issues/72) ### [`v1.6.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.2...v1.6.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​94](https://redirect.github.com/actions/create-github-app-token/issues/94)) ([323044f](https://redirect.github.com/actions/create-github-app-token/commit/323044ff3180ac0ba3543efbe2b76ff90050e9b6)), closes [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​560](https://redirect.github.com/actions/create-github-app-token/issues/560) [#​559](https://redirect.github.com/actions/create-github-app-token/issues/559) [#​558](https://redirect.github.com/actions/create-github-app-token/issues/558) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​553](https://redirect.github.com/actions/create-github-app-token/issues/553) [#​552](https://redirect.github.com/actions/create-github-app-token/issues/552) [#​551](https://redirect.github.com/actions/create-github-app-token/issues/551) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) ### [`v1.6.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.1...v1.6.2) ##### Bug Fixes - handle clock skew ([#​87](https://redirect.github.com/actions/create-github-app-token/issues/87)) ([495056a](https://redirect.github.com/actions/create-github-app-token/commit/495056a51509f267cd7262080a7bb618ad7b5d08)) ### [`v1.6.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **deps:** bump dependencies([#​84](https://redirect.github.com/actions/create-github-app-token/issues/84)) ([474769d](https://redirect.github.com/actions/create-github-app-token/commit/474769db88900a253a1c4aa9b4398d8a90c4cdab)), closes [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​649](https://redirect.github.com/actions/create-github-app-token/issues/649) [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​646](https://redirect.github.com/actions/create-github-app-token/issues/646) ### [`v1.6.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.1...v1.6.0) ##### Features - add retry ([#​79](https://redirect.github.com/actions/create-github-app-token/issues/79)) ([0f3b4d7](https://redirect.github.com/actions/create-github-app-token/commit/0f3b4d7df99b1af7cb8596ba4f855d6de4155aa5)), closes [#​71](https://redirect.github.com/actions/create-github-app-token/issues/71) ### [`v1.5.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.0...v1.5.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​68](https://redirect.github.com/actions/create-github-app-token/issues/68)) ([6375dce](https://redirect.github.com/actions/create-github-app-token/commit/6375dcedb2ea16f4290923bb46ed8a00ea439cae)) ### [`v1.5.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.4.0...v1.5.0) ##### Features - use dash notation for inputs (deprecates underscore notation) ([#​59](https://redirect.github.com/actions/create-github-app-token/issues/59)) ([7b1d2ae](https://redirect.github.com/actions/create-github-app-token/commit/7b1d2aef87b41884c03f2e69a0a422d5c69c5d72)), closes [#​57](https://redirect.github.com/actions/create-github-app-token/issues/57) [/github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252](https://redirect.github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252) ### [`v1.4.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.3.0...v1.4.0) ##### Features - Add a `skip_token_revoke` input for configuring token revocation ([#​54](https://redirect.github.com/actions/create-github-app-token/issues/54)) ([9ec88c4](https://redirect.github.com/actions/create-github-app-token/commit/9ec88c41eef7052418d233d147c59fbdce19c56f)), closes [1#L46-L47](https://redirect.github.com/1/issues/L46-L47) [1#L132](https://redirect.github.com/1/issues/L132) ### [`v1.3.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) ##### Features - support tokens scoped to multiple repositories within organization ([#​46](https://redirect.github.com/actions/create-github-app-token/issues/46)) ([20fd863](https://redirect.github.com/actions/create-github-app-token/commit/20fd86373fdcbeffde8b73b17ebb3a7a62c6c407)) ### [`v1.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.1...v1.2.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​51](https://redirect.github.com/actions/create-github-app-token/issues/51)) ([6d98b25](https://redirect.github.com/actions/create-github-app-token/commit/6d98b259d9c6bef17db279eb4aefbbd031400ba4)), closes [#​1511](https://redirect.github.com/actions/create-github-app-token/issues/1511) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​533](https://redirect.github.com/actions/create-github-app-token/issues/533) [#​531](https://redirect.github.com/actions/create-github-app-token/issues/531) [#​530](https://redirect.github.com/actions/create-github-app-token/issues/530) [#​524](https://redirect.github.com/actions/create-github-app-token/issues/524) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​631](https://redirect.github.com/actions/create-github-app-token/issues/631) [#​626](https://redirect.github.com/actions/create-github-app-token/issues/626) ### [`v1.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.0...v1.2.1) ##### Bug Fixes - **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#​38](https://redirect.github.com/actions/create-github-app-token/issues/38)) ([c08c5ac](https://redirect.github.com/actions/create-github-app-token/commit/c08c5ace340664df431bf7f11d51b61d92358c2b)), closes [#​36](https://redirect.github.com/actions/create-g </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/block/aittributor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jbellenger
added a commit
to jbellenger/graphql-conformance
that referenced
this pull request
Apr 23, 2026
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v1` → `v3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3.1.0...v3.1.1) ##### Bug Fixes - improve error message when app identifier is empty ([#​362](https://redirect.github.com/actions/create-github-app-token/issues/362)) ([07e2b76](https://redirect.github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36)), closes [#​249](https://redirect.github.com/actions/create-github-app-token/issues/249) ### [`v3.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3.1.0) ##### Bug Fixes - **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#​357](https://redirect.github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](https://redirect.github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf)) ##### Features - add `client-id` input and deprecate `app-id` ([#​353](https://redirect.github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](https://redirect.github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9)) - update permission inputs ([#​358](https://redirect.github.com/actions/create-github-app-token/issues/358)) ([076e948](https://redirect.github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be)) ### [`v3.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3) - feat!: node 24 support ([#​275](https://redirect.github.com/actions/create-github-app-token/issues/275)) ([2e564a0](https://redirect.github.com/actions/create-github-app-token/commit/2e564a0bb8e7cc2b907b2401a2afe177882d4325)) - fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#​342](https://redirect.github.com/actions/create-github-app-token/issues/342)) ([4451bcb](https://redirect.github.com/actions/create-github-app-token/commit/4451bcbc139f8124b0bf04f968ea2586b17df458)) ##### Bug Fixes - remove custom proxy handling ([#​143](https://redirect.github.com/actions/create-github-app-token/issues/143)) ([dce0ab0](https://redirect.github.com/actions/create-github-app-token/commit/dce0ab05f36f30b22fd14289fd36655c618e4e8e)) ##### BREAKING CHANGES - Custom proxy handling has been removed. If you use HTTP\_PROXY or HTTPS\_PROXY, you must now also set NODE\_USE\_ENV\_PROXY=1 on the action step. - Requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner. ### [`v3`](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.2...v3) ### [`v2.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.1...v2.2.2) ##### Bug Fixes - **deps:** bump [@​actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 ([#​337](https://redirect.github.com/actions/create-github-app-token/issues/337)) ([b044133](https://redirect.github.com/actions/create-github-app-token/commit/b04413352d4644ac2131b9a90c074f5e93ca18a1)) - **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#​335](https://redirect.github.com/actions/create-github-app-token/issues/335)) ([5cbc656](https://redirect.github.com/actions/create-github-app-token/commit/5cbc65624c9ddc4589492bda7c8b146223e8c3e4)) - **deps:** bump the production-dependencies group with 4 updates ([#​336](https://redirect.github.com/actions/create-github-app-token/issues/336)) ([6bda5bc](https://redirect.github.com/actions/create-github-app-token/commit/6bda5bc1410576b9a0879ce6076d53345485bba9)) - **deps:** bump undici from 7.16.0 to 7.18.2 ([#​323](https://redirect.github.com/actions/create-github-app-token/issues/323)) ([b4f638f](https://redirect.github.com/actions/create-github-app-token/commit/b4f638f48ee0dcdbb0bc646c48e4cb2a2de847fe)) ### [`v2.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​311](https://redirect.github.com/actions/create-github-app-token/issues/311)) ([b212e6a](https://redirect.github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999)) ### [`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0) ##### Bug Fixes - **deps:** bump glob from 10.4.5 to 10.5.0 ([#​305](https://redirect.github.com/actions/create-github-app-token/issues/305)) ([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc)) - **deps:** bump p-retry from 6.2.1 to 7.1.0 ([#​294](https://redirect.github.com/actions/create-github-app-token/issues/294)) ([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4)) - **deps:** bump the production-dependencies group with 2 updates ([#​292](https://redirect.github.com/actions/create-github-app-token/issues/292)) ([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5)) ##### Features - update permission inputs ([#​296](https://redirect.github.com/actions/create-github-app-token/issues/296)) ([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37)) ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#​278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) ### [`v2.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) ##### Features - use `node24` as runner ([#​267](https://redirect.github.com/actions/create-github-app-token/issues/267)) ([a1cbe0f](https://redirect.github.com/actions/create-github-app-token/commit/a1cbe0fa3c5aa6b13e7437f226536549d68ed0dd)) ### [`v2.0.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.5...v2.0.6) ##### Bug Fixes - replace `-` with `_` ([#​246](https://redirect.github.com/actions/create-github-app-token/issues/246)) ([3336784](https://redirect.github.com/actions/create-github-app-token/commit/333678481b1f02ee31fa1443aba4f1f7cb5b08b5)) ### [`v2.0.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​240](https://redirect.github.com/actions/create-github-app-token/issues/240)) ([d64d7d7](https://redirect.github.com/actions/create-github-app-token/commit/d64d7d73555d3f2cb08ce64bdd812e49308a2905)) ### [`v2.0.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.3...v2.0.4) ##### Bug Fixes - permission input handling ([#​243](https://redirect.github.com/actions/create-github-app-token/issues/243)) ([2950cbc](https://redirect.github.com/actions/create-github-app-token/commit/2950cbc446a8d3030ea17d3f7cbdd3c0fce4b0f5)) ### [`v2.0.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **README:** use `v2` in examples ([#​234](https://redirect.github.com/actions/create-github-app-token/issues/234)) ([9ba274d](https://redirect.github.com/actions/create-github-app-token/commit/9ba274d954c9af64fbf4cec63082d0e3f57e9b5f)), closes [#​232](https://redirect.github.com/actions/create-github-app-token/issues/232) - use `core.getBooleanInput()` to retrieve boolean input values ([#​223](https://redirect.github.com/actions/create-github-app-token/issues/223)) ([c3c17c7](https://redirect.github.com/actions/create-github-app-token/commit/c3c17c79ccedec31f588e88d6ad5ff9036afe580)) ### [`v2.0.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.1...v2.0.2) ##### Bug Fixes - improve log messages for token creation ([#​226](https://redirect.github.com/actions/create-github-app-token/issues/226)) ([eaef294](https://redirect.github.com/actions/create-github-app-token/commit/eaef29498fbc63724aabd0a6e832efd41baf2cc7)) ### [`v2.0.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2.0.1) ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 2 updates ([#​228](https://redirect.github.com/actions/create-github-app-token/issues/228)) ([2411bfc](https://redirect.github.com/actions/create-github-app-token/commit/2411bfc7923448badb7a1faf23017f382e0fb895)) ### [`v2.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2) - feat!: remove deprecated inputs ([#​213](https://redirect.github.com/actions/create-github-app-token/issues/213)) ([5cc811b](https://redirect.github.com/actions/create-github-app-token/commit/5cc811bc40176329bb642bff9e5d9e356099ad2a)) ##### BREAKING CHANGES - Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration. ### [`v2`](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.12.0...v2) ### [`v1.12.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#​168](https://redirect.github.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://redirect.github.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) ### [`v1.11.7`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.7) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) ##### Bug Fixes - **deps:** bump undici from 5.28.4 to 7.5.0 ([#​214](https://redirect.github.com/actions/create-github-app-token/issues/214)) ([a24b46a](https://redirect.github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2)) ### [`v1.11.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​210](https://redirect.github.com/actions/create-github-app-token/issues/210)) ([1ff1dea](https://redirect.github.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b)) ### [`v1.11.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.0 to 9.2.2 ([#​209](https://redirect.github.com/actions/create-github-app-token/issues/209)) ([8cedd97](https://redirect.github.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)), closes [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​737](https://redirect.github.com/actions/create-github-app-token/issues/737) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​736](https://redirect.github.com/actions/create-github-app-token/issues/736) [#​735](https://redirect.github.com/actions/create-github-app-token/issues/735) [#​734](https://redirect.github.com/actions/create-github-app-token/issues/734) [#​733](https://redirect.github.com/actions/create-github-app-token/issues/733) [#​732](https://redirect.github.com/actions/create-github-app-token/issues/732) - **deps:** bump [@​octokit/request-error](https://redirect.github.com/octokit/request-error) from 6.1.6 to 6.1.7 ([#​208](https://redirect.github.com/actions/create-github-app-token/issues/208)) ([415f6a5](https://redirect.github.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)), closes [#​494](https://redirect.github.com/actions/create-github-app-token/issues/494) [#​491](https://redirect.github.com/actions/create-github-app-token/issues/491) [#​490](https://redirect.github.com/actions/create-github-app-token/issues/490) [#​488](https://redirect.github.com/actions/create-github-app-token/issues/488) [#​486](https://redirect.github.com/actions/create-github-app-token/issues/486) [#​487](https://redirect.github.com/actions/create-github-app-token/issues/487) [#​485](https://redirect.github.com/actions/create-github-app-token/issues/485) [#​484](https://redirect.github.com/actions/create-github-app-token/issues/484) ### [`v1.11.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) ##### Bug Fixes - **deps:** bump [@​octokit/endpoint](https://redirect.github.com/octokit/endpoint) from 10.1.1 to 10.1.3 ([#​207](https://redirect.github.com/actions/create-github-app-token/issues/207)) ([d30def8](https://redirect.github.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)), closes [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​514](https://redirect.github.com/actions/create-github-app-token/issues/514) [#​512](https://redirect.github.com/actions/create-github-app-token/issues/512) [#​511](https://redirect.github.com/actions/create-github-app-token/issues/511) [#​509](https://redirect.github.com/actions/create-github-app-token/issues/509) [#​508](https://redirect.github.com/actions/create-github-app-token/issues/508) [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​506](https://redirect.github.com/actions/create-github-app-token/issues/506) [#​505](https://redirect.github.com/actions/create-github-app-token/issues/505) [#​504](https://redirect.github.com/actions/create-github-app-token/issues/504) ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) ### [`v1.11.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.1.3 to 9.1.4 in the production-dependencies group ([#​196](https://redirect.github.com/actions/create-github-app-token/issues/196)) ([b4192a5](https://redirect.github.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)), closes [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​729](https://redirect.github.com/actions/create-github-app-token/issues/729) [#​727](https://redirect.github.com/actions/create-github-app-token/issues/727) [#​726](https://redirect.github.com/actions/create-github-app-token/issues/726) [#​723](https://redirect.github.com/actions/create-github-app-token/issues/723) [#​724](https://redirect.github.com/actions/create-github-app-token/issues/724) [#​722](https://redirect.github.com/actions/create-github-app-token/issues/722) [#​721](https://redirect.github.com/actions/create-github-app-token/issues/721) [#​720](https://redirect.github.com/actions/create-github-app-token/issues/720) [#​719](https://redirect.github.com/actions/create-github-app-token/issues/719) - **deps:** bump undici from 6.19.8 to 7.2.0 ([#​198](https://redirect.github.com/actions/create-github-app-token/issues/198)) ([29aa051](https://redirect.github.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)), closes [nodejs/undici#3958](https://redirect.github.com/nodejs/undici/issues/3958) [nodejs/undici#3955](https://redirect.github.com/nodejs/undici/issues/3955) [nodejs/undici#3962](https://redirect.github.com/nodejs/undici/issues/3962) [nodejs/undici#3921](https://redirect.github.com/nodejs/undici/issues/3921) [nodejs/undici#3923](https://redirect.github.com/nodejs/undici/issues/3923) [nodejs/undici#3925](https://redirect.github.com/nodejs/undici/issues/3925) [nodejs/undici#3926](https://redirect.github.com/nodejs/undici/issues/3926) [nodejs/undici#3924](https://redirect.github.com/nodejs/undici/issues/3924) [nodejs/undici#3933](https://redirect.github.com/nodejs/undici/issues/3933) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3930](https://redirect.github.com/nodejs/undici/issues/3930) [nodejs/undici#3938](https://redirect.github.com/nodejs/undici/issues/3938) [#​3937](https://redirect.github.com/actions/create-github-app-token/issues/3937) [nodejs/undici#3940](https://redirect.github.com/nodejs/undici/issues/3940) [nodejs/undici#3931](https://redirect.github.com/nodejs/undici/issues/3931) [nodejs/undici#3941](https://redirect.github.com/nodejs/undici/issues/3941) [nodejs/undici#3911](https://redirect.github.com/nodejs/undici/issues/3911) [nodejs/undici#3888](https://redirect.github.com/nodejs/undici/issues/3888) [nodejs/undici#3939](https://redirect.github.com/nodejs/undici/issues/3939) [nodejs/undici#3947](https://redirect.github.com/nodejs/undici/issues/3947) [nodejs/undici#3945](https://redirect.github.com/nodejs/undici/issues/3945) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3893](https://redirect.github.com/nodejs/undici/issues/3893) [nodejs/undici#3902](https://redirect.github.com/nodejs/undici/issues/3902) [#​3901](https://redirect.github.com/actions/create-github-app-token/issues/3901) [nodejs/undici#3903](https://redirect.github.com/nodejs/undici/issues/3903) [nodejs/undici#3905](https://redirect.github.com/nodejs/undici/issues/3905) [nodejs/undici#3900](https://redirect.github.com/nodejs/undici/issues/3900) [nodejs/undici#3913](https://redirect.github.com/nodejs/undici/issues/3913) [nodejs/undici#3910](https://redirect.github.com/nodejs/undici/issues/3910) [nodejs/undici#3909](https://redirect.github.com/nodejs/undici/issues/3909) [nodejs/undici#3906](https://redirect.github.com/nodejs/undici/issues/3906) [nodejs/undici#3922](https://redirect.github.com/nodejs/undici/issues/3922) [#​3962](https://redirect.github.com/actions/create-github-app-token/issues/3962) [#​3955](https://redirect.github.com/actions/create-github-app-token/issues/3955) [#​3958](https://redirect.github.com/actions/create-github-app-token/issues/3958) [#​3945](https://redirect.github.com/actions/create-github-app-token/issues/3945) [#​3947](https://redirect.github.com/actions/create-github-app-token/issues/3947) [#​3939](https://redirect.github.com/actions/create-github-app-token/issues/3939) [#​3888](https://redirect.github.com/actions/create-github-app-token/issues/3888) [#​3911](https://redirect.github.com/actions/create-github-app-token/issues/3911) [#​3941](https://redirect.github.com/actions/create-github-app-token/issues/3941) ### [`v1.11.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) ##### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​193](https://redirect.github.com/actions/create-github-app-token/pull/193) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) ##### What's Changed ##### Features - Allow repositories input to be comma or newline-separated by [@​peter-evans](https://redirect.github.com/peter-evans) in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) ##### New Contributors - [@​peter-evans](https://redirect.github.com/peter-evans) made their first contribution in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0> ### [`v1.10.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) ##### What's Changed - build(deps-dev): bump the development-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​150](https://redirect.github.com/actions/create-github-app-token/pull/150) - docs(README): fix the `git committer string` and `Configure git CLI` examples by [@​maboloshi](https://redirect.github.com/maboloshi) in [#​151](https://redirect.github.com/actions/create-github-app-token/pull/151) - docs(readme): document how a Base64 private key could be decoded by [@​vleon1a](https://redirect.github.com/vleon1a) in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) - test: fix test file extensions and inputs for repositories by [@​parkerbxyz](https://redirect.github.com/parkerbxyz) in [#​161](https://redirect.github.com/actions/create-github-app-token/pull/161) - build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​167](https://redirect.github.com/actions/create-github-app-token/pull/167) ##### Bug Fixes - bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​166](https://redirect.github.com/actions/create-github-app-token/pull/166) ##### New Contributors - [@​vleon1a](https://redirect.github.com/vleon1a) made their first contribution in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4> ### [`v1.10.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) #### What's Changed - docs(README): fix committer string example and add git config example by [@​anuraaga](https://redirect.github.com/anuraaga) in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) ##### Bug Fixes - fix(deps): bump undici from 6.18.2 to 6.19.2 in the production-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [#​149](https://redirect.github.com/actions/create-github-app-token/pull/149) #### New Contributors - [@​anuraaga](https://redirect.github.com/anuraaga) made their first contribution in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3> ### [`v1.10.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) ##### Bug Fixes - do not revoke token if already expired ([#​147](https://redirect.github.com/actions/create-github-app-token/issues/147)) ([66a7045](https://redirect.github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#​140](https://redirect.github.com/actions/create-github-app-token/issues/140) [#​95](https://redirect.github.com/actions/create-github-app-token/issues/95) ### [`v1.10.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://redirect.github.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://redirect.github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​605](https://redirect.github.com/actions/create-github-app-token/issues/605) [#​604](https://redirect.github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://redirect.github.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://redirect.github.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://redirect.github.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://redirect.github.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://redirect.github.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://redirect.github.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://redirect.github.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://redirect.github.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://redirect.github.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://redirect.github.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://redirect.github.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://redirect.github.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://redirect.github.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://redirect.github.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://redirect.github.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://redirect.github.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://redirect.github.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://redirect.github.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://redirect.github.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://redirect.github.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://redirect.github.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://redirect.github.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://redirect.github.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://redirect.github.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://redirect.github.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://redirect.github.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://redirect.github.com/nodejs/undici/issues/3269) [#​3301](https://redirect.github.com/actions/create-github-app-token/issues/3301) [#​3294](https://redirect.github.com/actions/create-github-app-token/issues/3294) [#​3298](https://redirect.github.com/actions/create-github-app-token/issues/3298) [#​3295](https://redirect.github.com/actions/create-github-app-token/issues/3295) [#​3293](https://redirect.github.com/actions/create-github-app-token/issues/3293) [#​3283](https://redirect.github.com/actions/create-github-app-token/issues/3283) [#​3290](https://redirect.github.com/actions/create-github-app-token/issues/3290) [#​3291](https://redirect.github.com/actions/create-github-app-token/issues/3291) [#​3284](https://redirect.github.com/actions/create-github-app-token/issues/3284) [#​3286](https://redirect.github.com/actions/create-github-app-token/issues/3286) ### [`v1.10.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) ##### Features - **`private-key`:** escaped newlines will be replaced ([#​132](https://redirect.github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://redirect.github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f)) ### [`v1.9.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **deps:** bump undici from 6.10.2 to 6.11.1 ([#​125](https://redirect.github.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://redirect.github.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://redirect.github.com/nodejs/undici/issues/3044) [#​3023](https://redirect.github.com/actions/create-github-app-token/issues/3023) [nodejs/undici#3025](https://redirect.github.com/nodejs/undici/issues/3025) [nodejs/undici#3024](https://redirect.github.com/nodejs/undici/issues/3024) [nodejs/undici#3034](https://redirect.github.com/nodejs/undici/issues/3034) [nodejs/undici#3038](https://redirect.github.com/nodejs/undici/issues/3038) [nodejs/undici#2947](https://redirect.github.com/nodejs/undici/issues/2947) [nodejs/undici#3040](https://redirect.github.com/nodejs/undici/issues/3040) [nodejs/undici#3036](https://redirect.github.com/nodejs/undici/issues/3036) [nodejs/undici#3041](https://redirect.github.com/nodejs/undici/issues/3041) [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [#​3041](https://redirect.github.com/actions/create-github-app-token/issues/3041) [#​3036](https://redirect.github.com/actions/create-github-app-token/issues/3036) ### [`v1.9.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​123](https://redirect.github.com/actions/create-github-app-token/issues/123)) ([beea7b8](https://redirect.github.com/actions/create-github-app-token/commit/beea7b860ac0b14ca14258aca701da842aa65e30)), closes [nodejs/undici#2978](https://redirect.github.com/nodejs/undici/issues/2978) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [#​2982](https://redirect.github.com/actions/create-github-app-token/issues/2982) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [nodejs/undici#2992](https://redirect.github.com/nodejs/undici/issues/2992) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2993](https://redirect.github.com/nodejs/undici/issues/2993) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2998](https://redirect.github.com/nodejs/undici/issues/2998) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [nodejs/undici#2999](https://redirect.github.com/nodejs/undici/issues/2999) [nodejs/undici#3001](https://redirect.github.com/nodejs/undici/issues/3001) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2960](https://redirect.github.com/nodejs/undici/issues/2960) [nodejs/undici#2959](https://redirect.github.com/nodejs/undici/issues/2959) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2974](https://redirect.github.com/nodejs/undici/issues/2974) [nodejs/undici#2967](https://redirect.github.com/nodejs/undici/issues/2967) [nodejs/undici#2966](https://redirect.github.com/nodejs/undici/issues/2966) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2826](https://redirect.github.com/nodejs/undici/issues/2826) [nodejs/undici#2952](https://redirect.github.com/nodejs/undici/issues/2952) [#​3001](https://redirect.github.com/actions/create-github-app-token/issues/3001) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [#​2999](https://redirect.github.com/actions/create-github-app-token/issues/2999) [#​2998](https://redirect.github.com/actions/create-github-app-token/issues/2998) [#​2993](https://redirect.github.com/actions/create-github-app-token/issues/2993) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [#​2992](https://redirect.github.com/actions/create-github-app-token/issues/2992) [#​2991](https://redirect.github.com/actions/create-github-app-token/issues/2991) [#​2987](https://redirect.github.com/actions/create-github-app-token/issues/2987) ### [`v1.9.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.0...v1.9.1) ##### Bug Fixes - clarify `owner` input description ([#​118](https://redirect.github.com/actions/create-github-app-token/issues/118)) ([d9bc169](https://redirect.github.com/actions/create-github-app-token/commit/d9bc16919cdbdb07543eb732aa872437384e296f)) ### [`v1.9.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.2...v1.9.0) ##### Features - **outputs:** `app-slug` and `installation-id` ([#​105](https://redirect.github.com/actions/create-github-app-token/issues/105)) ([babaff4](https://redirect.github.com/actions/create-github-app-token/commit/babaff4320b432cece89fd8d07209bb3f6e98fe3)) ### [`v1.8.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​107](https://redirect.github.com/actions/create-github-app-token/issues/107)) ([f83fb27](https://redirect.github.com/actions/create-github-app-token/commit/f83fb279aa2bc96a80fac0b8cb97b369ae18334f)), closes [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​576](https://redirect.github.com/actions/create-github-app-token/issues/576) [#​577](https://redirect.github.com/actions/create-github-app-token/issues/577) [#​574](https://redirect.github.com/actions/create-github-app-token/issues/574) [#​572](https://redirect.github.com/actions/create-github-app-token/issues/572) [#​571](https://redirect.github.com/actions/create-github-app-token/issues/571) [#​567](https://redirect.github.com/actions/create-github-app-token/issues/567) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​680](https://redirect.github.com/actions/create-github-app-token/issues/680) [#​609](https://redirect.github.com/actions/create-github-app-token/issues/609) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​676](https://redirect.github.com/actions/create-github-app-token/issues/676) [#​673](https://redirect.github.com/actions/create-github-app-token/issues/673) [#​669](https://redirect.github.com/actions/create-github-app-token/issues/669) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​671](https://redirect.github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](https://redirect.github.com/nodejs/undici/issues/2683) [nodejs/undici#2645](https://redirect.github.com/nodejs/undici/issues/2645) [nodejs/undici#2695](https://redirect.github.com/nodejs/undici/issues/2695) [nodejs/undici#2699](https://redirect.github.com/nodejs/undici/issues/2699) [nodejs/undici#2703](https://redirect.github.com/nodejs/undici/issues/2703) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [nodejs/undici#2702](https://redirect.github.com/nodejs/undici/issues/2702) [nodejs/undici#2706](https://redirect.github.com/nodejs/undici/issues/2706) [nodejs/undici#2707](https://redirect.github.com/nodejs/undici/issues/2707) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [#​2707](https://redirect.github.com/actions/create-github-app-token/issues/2707) [#​2706](https://redirect.github.com/actions/create-github-app-token/issues/2706) [#​2702](https://redirect.github.com/actions/create-github-app-token/issues/2702) [#​2644](https://redirect.github.com/actions/create-github-app-token/issues/2644) [#​2703](https://redirect.github.com/actions/create-github-app-token/issues/2703) [#​2699](https://redirect.github.com/actions/create-github-app-token/issues/2699) [#​2695](https://redirect.github.com/actions/create-github-app-token/issues/2695) [#​2645](https://redirect.github.com/actions/create-github-app-token/issues/2645) [#​2683](https://redirect.github.com/actions/create-github-app-token/issues/2683) ### [`v1.8.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **deps:** bump undici from 6.6.0 to 6.6.1 ([#​103](https://redirect.github.com/actions/create-github-app-token/issues/103)) ([5195df7](https://redirect.github.com/actions/create-github-app-token/commit/5195df7c8824728b348fbaa3f0921ce6ca4ecec0)) ### [`v1.8.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) ##### Features - add proxy support ([#​102](https://redirect.github.com/actions/create-github-app-token/issues/102)) ([1f82f7d](https://redirect.github.com/actions/create-github-app-token/commit/1f82f7df931fbb9a6ba4a94ffacb46eb12eba094)) ### [`v1.7.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.4...v1.7.0) ##### Features - `github-api-url` ([#​88](https://redirect.github.com/actions/create-github-app-token/issues/88)) ([837e275](https://redirect.github.com/actions/create-github-app-token/commit/837e2752e017897b136a438ea12a06c044b8414e)), closes [#​77](https://redirect.github.com/actions/create-github-app-token/issues/77) ### [`v1.6.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.3...v1.6.4) ##### Bug Fixes - **revocation:** avoid revoking expired tokens and fail gracefully ([#​95](https://redirect.github.com/actions/create-github-app-token/issues/95)) ([0c01407](https://redirect.github.com/actions/create-github-app-token/commit/0c014070f93045fed9b48f568f28b2f1cca37088)), closes [#​72](https://redirect.github.com/actions/create-github-app-token/issues/72) ### [`v1.6.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.2...v1.6.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​94](https://redirect.github.com/actions/create-github-app-token/issues/94)) ([323044f](https://redirect.github.com/actions/create-github-app-token/commit/323044ff3180ac0ba3543efbe2b76ff90050e9b6)), closes [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​560](https://redirect.github.com/actions/create-github-app-token/issues/560) [#​559](https://redirect.github.com/actions/create-github-app-token/issues/559) [#​558](https://redirect.github.com/actions/create-github-app-token/issues/558) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​553](https://redirect.github.com/actions/create-github-app-token/issues/553) [#​552](https://redirect.github.com/actions/create-github-app-token/issues/552) [#​551](https://redirect.github.com/actions/create-github-app-token/issues/551) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) ### [`v1.6.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.1...v1.6.2) ##### Bug Fixes - handle clock skew ([#​87](https://redirect.github.com/actions/create-github-app-token/issues/87)) ([495056a](https://redirect.github.com/actions/create-github-app-token/commit/495056a51509f267cd7262080a7bb618ad7b5d08)) ### [`v1.6.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **deps:** bump dependencies([#​84](https://redirect.github.com/actions/create-github-app-token/issues/84)) ([474769d](https://redirect.github.com/actions/create-github-app-token/commit/474769db88900a253a1c4aa9b4398d8a90c4cdab)), closes [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​649](https://redirect.github.com/actions/create-github-app-token/issues/649) [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​646](https://redirect.github.com/actions/create-github-app-token/issues/646) ### [`v1.6.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.1...v1.6.0) ##### Features - add retry ([#​79](https://redirect.github.com/actions/create-github-app-token/issues/79)) ([0f3b4d7](https://redirect.github.com/actions/create-github-app-token/commit/0f3b4d7df99b1af7cb8596ba4f855d6de4155aa5)), closes [#​71](https://redirect.github.com/actions/create-github-app-token/issues/71) ### [`v1.5.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.0...v1.5.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​68](https://redirect.github.com/actions/create-github-app-token/issues/68)) ([6375dce](https://redirect.github.com/actions/create-github-app-token/commit/6375dcedb2ea16f4290923bb46ed8a00ea439cae)) ### [`v1.5.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.4.0...v1.5.0) ##### Features - use dash notation for inputs (deprecates underscore notation) ([#​59](https://redirect.github.com/actions/create-github-app-token/issues/59)) ([7b1d2ae](https://redirect.github.com/actions/create-github-app-token/commit/7b1d2aef87b41884c03f2e69a0a422d5c69c5d72)), closes [#​57](https://redirect.github.com/actions/create-github-app-token/issues/57) [/github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252](https://redirect.github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252) ### [`v1.4.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.3.0...v1.4.0) ##### Features - Add a `skip_token_revoke` input for configuring token revocation ([#​54](https://redirect.github.com/actions/create-github-app-token/issues/54)) ([9ec88c4](https://redirect.github.com/actions/create-github-app-token/commit/9ec88c41eef7052418d233d147c59fbdce19c56f)), closes [1#L46-L47](https://redirect.github.com/1/issues/L46-L47) [1#L132](https://redirect.github.com/1/issues/L132) ### [`v1.3.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) ##### Features - support tokens scoped to multiple repositories within organization ([#​46](https://redirect.github.com/actions/create-github-app-token/issues/46)) ([20fd863](https://redirect.github.com/actions/create-github-app-token/commit/20fd86373fdcbeffde8b73b17ebb3a7a62c6c407)) ### [`v1.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.1...v1.2.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​51](https://redirect.github.com/actions/create-github-app-token/issues/51)) ([6d98b25](https://redirect.github.com/actions/create-github-app-token/commit/6d98b259d9c6bef17db279eb4aefbbd031400ba4)), closes [#​1511](https://redirect.github.com/actions/create-github-app-token/issues/1511) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​533](https://redirect.github.com/actions/create-github-app-token/issues/533) [#​531](https://redirect.github.com/actions/create-github-app-token/issues/531) [#​530](https://redirect.github.com/actions/create-github-app-token/issues/530) [#​524](https://redirect.github.com/actions/create-github-app-token/issues/524) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​631](https://redirect.github.com/actions/create-github-app-token/issues/631) [#​626](https://redirect.github.com/actions/create-github-app-token/issues/626) ### [`v1.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.0...v1.2.1) ##### Bug Fixes - **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#​38](https://redirect.github.com/actions/create-github-app-token/issues/38)) ([c08c5ac](https://redirect.github.com/actions/create-github-app-token/commit/c08c5ace340664df431bf7f11d51b61d92358c2b)), closes [#​36](https://redirect.github.com/actions/create-github-app-t </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jbellenger/graphql-conformance). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Bellenger <[email protected]>
pvandervelde
added a commit
to pvandervelde/queue-runtime
that referenced
this pull request
Apr 26, 2026
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v1` → `v3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3.1.0...v3.1.1) ##### Bug Fixes - improve error message when app identifier is empty ([#​362](https://redirect.github.com/actions/create-github-app-token/issues/362)) ([07e2b76](https://redirect.github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36)), closes [#​249](https://redirect.github.com/actions/create-github-app-token/issues/249) ### [`v3.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3.1.0) ##### Bug Fixes - **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#​357](https://redirect.github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](https://redirect.github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf)) ##### Features - add `client-id` input and deprecate `app-id` ([#​353](https://redirect.github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](https://redirect.github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9)) - update permission inputs ([#​358](https://redirect.github.com/actions/create-github-app-token/issues/358)) ([076e948](https://redirect.github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be)) ### [`v3.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3) - feat!: node 24 support ([#​275](https://redirect.github.com/actions/create-github-app-token/issues/275)) ([2e564a0](https://redirect.github.com/actions/create-github-app-token/commit/2e564a0bb8e7cc2b907b2401a2afe177882d4325)) - fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#​342](https://redirect.github.com/actions/create-github-app-token/issues/342)) ([4451bcb](https://redirect.github.com/actions/create-github-app-token/commit/4451bcbc139f8124b0bf04f968ea2586b17df458)) ##### Bug Fixes - remove custom proxy handling ([#​143](https://redirect.github.com/actions/create-github-app-token/issues/143)) ([dce0ab0](https://redirect.github.com/actions/create-github-app-token/commit/dce0ab05f36f30b22fd14289fd36655c618e4e8e)) ##### BREAKING CHANGES - Custom proxy handling has been removed. If you use HTTP\_PROXY or HTTPS\_PROXY, you must now also set NODE\_USE\_ENV\_PROXY=1 on the action step. - Requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner. ### [`v3`](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.2...v3) ### [`v2.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.1...v2.2.2) ##### Bug Fixes - **deps:** bump [@​actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 ([#​337](https://redirect.github.com/actions/create-github-app-token/issues/337)) ([b044133](https://redirect.github.com/actions/create-github-app-token/commit/b04413352d4644ac2131b9a90c074f5e93ca18a1)) - **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#​335](https://redirect.github.com/actions/create-github-app-token/issues/335)) ([5cbc656](https://redirect.github.com/actions/create-github-app-token/commit/5cbc65624c9ddc4589492bda7c8b146223e8c3e4)) - **deps:** bump the production-dependencies group with 4 updates ([#​336](https://redirect.github.com/actions/create-github-app-token/issues/336)) ([6bda5bc](https://redirect.github.com/actions/create-github-app-token/commit/6bda5bc1410576b9a0879ce6076d53345485bba9)) - **deps:** bump undici from 7.16.0 to 7.18.2 ([#​323](https://redirect.github.com/actions/create-github-app-token/issues/323)) ([b4f638f](https://redirect.github.com/actions/create-github-app-token/commit/b4f638f48ee0dcdbb0bc646c48e4cb2a2de847fe)) ### [`v2.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​311](https://redirect.github.com/actions/create-github-app-token/issues/311)) ([b212e6a](https://redirect.github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999)) ### [`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0) ##### Bug Fixes - **deps:** bump glob from 10.4.5 to 10.5.0 ([#​305](https://redirect.github.com/actions/create-github-app-token/issues/305)) ([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc)) - **deps:** bump p-retry from 6.2.1 to 7.1.0 ([#​294](https://redirect.github.com/actions/create-github-app-token/issues/294)) ([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4)) - **deps:** bump the production-dependencies group with 2 updates ([#​292](https://redirect.github.com/actions/create-github-app-token/issues/292)) ([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5)) ##### Features - update permission inputs ([#​296](https://redirect.github.com/actions/create-github-app-token/issues/296)) ([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37)) ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#​278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) ### [`v2.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) ##### Features - use `node24` as runner ([#​267](https://redirect.github.com/actions/create-github-app-token/issues/267)) ([a1cbe0f](https://redirect.github.com/actions/create-github-app-token/commit/a1cbe0fa3c5aa6b13e7437f226536549d68ed0dd)) ### [`v2.0.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.5...v2.0.6) ##### Bug Fixes - replace `-` with `_` ([#​246](https://redirect.github.com/actions/create-github-app-token/issues/246)) ([3336784](https://redirect.github.com/actions/create-github-app-token/commit/333678481b1f02ee31fa1443aba4f1f7cb5b08b5)) ### [`v2.0.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​240](https://redirect.github.com/actions/create-github-app-token/issues/240)) ([d64d7d7](https://redirect.github.com/actions/create-github-app-token/commit/d64d7d73555d3f2cb08ce64bdd812e49308a2905)) ### [`v2.0.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.3...v2.0.4) ##### Bug Fixes - permission input handling ([#​243](https://redirect.github.com/actions/create-github-app-token/issues/243)) ([2950cbc](https://redirect.github.com/actions/create-github-app-token/commit/2950cbc446a8d3030ea17d3f7cbdd3c0fce4b0f5)) ### [`v2.0.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **README:** use `v2` in examples ([#​234](https://redirect.github.com/actions/create-github-app-token/issues/234)) ([9ba274d](https://redirect.github.com/actions/create-github-app-token/commit/9ba274d954c9af64fbf4cec63082d0e3f57e9b5f)), closes [#​232](https://redirect.github.com/actions/create-github-app-token/issues/232) - use `core.getBooleanInput()` to retrieve boolean input values ([#​223](https://redirect.github.com/actions/create-github-app-token/issues/223)) ([c3c17c7](https://redirect.github.com/actions/create-github-app-token/commit/c3c17c79ccedec31f588e88d6ad5ff9036afe580)) ### [`v2.0.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.1...v2.0.2) ##### Bug Fixes - improve log messages for token creation ([#​226](https://redirect.github.com/actions/create-github-app-token/issues/226)) ([eaef294](https://redirect.github.com/actions/create-github-app-token/commit/eaef29498fbc63724aabd0a6e832efd41baf2cc7)) ### [`v2.0.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2.0.1) ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 2 updates ([#​228](https://redirect.github.com/actions/create-github-app-token/issues/228)) ([2411bfc](https://redirect.github.com/actions/create-github-app-token/commit/2411bfc7923448badb7a1faf23017f382e0fb895)) ### [`v2.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2) - feat!: remove deprecated inputs ([#​213](https://redirect.github.com/actions/create-github-app-token/issues/213)) ([5cc811b](https://redirect.github.com/actions/create-github-app-token/commit/5cc811bc40176329bb642bff9e5d9e356099ad2a)) ##### BREAKING CHANGES - Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration. ### [`v2`](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.12.0...v2) ### [`v1.12.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#​168](https://redirect.github.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://redirect.github.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) ### [`v1.11.7`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.7) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) ##### Bug Fixes - **deps:** bump undici from 5.28.4 to 7.5.0 ([#​214](https://redirect.github.com/actions/create-github-app-token/issues/214)) ([a24b46a](https://redirect.github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2)) ### [`v1.11.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​210](https://redirect.github.com/actions/create-github-app-token/issues/210)) ([1ff1dea](https://redirect.github.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b)) ### [`v1.11.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.0 to 9.2.2 ([#​209](https://redirect.github.com/actions/create-github-app-token/issues/209)) ([8cedd97](https://redirect.github.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)), closes [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​737](https://redirect.github.com/actions/create-github-app-token/issues/737) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​736](https://redirect.github.com/actions/create-github-app-token/issues/736) [#​735](https://redirect.github.com/actions/create-github-app-token/issues/735) [#​734](https://redirect.github.com/actions/create-github-app-token/issues/734) [#​733](https://redirect.github.com/actions/create-github-app-token/issues/733) [#​732](https://redirect.github.com/actions/create-github-app-token/issues/732) - **deps:** bump [@​octokit/request-error](https://redirect.github.com/octokit/request-error) from 6.1.6 to 6.1.7 ([#​208](https://redirect.github.com/actions/create-github-app-token/issues/208)) ([415f6a5](https://redirect.github.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)), closes [#​494](https://redirect.github.com/actions/create-github-app-token/issues/494) [#​491](https://redirect.github.com/actions/create-github-app-token/issues/491) [#​490](https://redirect.github.com/actions/create-github-app-token/issues/490) [#​488](https://redirect.github.com/actions/create-github-app-token/issues/488) [#​486](https://redirect.github.com/actions/create-github-app-token/issues/486) [#​487](https://redirect.github.com/actions/create-github-app-token/issues/487) [#​485](https://redirect.github.com/actions/create-github-app-token/issues/485) [#​484](https://redirect.github.com/actions/create-github-app-token/issues/484) ### [`v1.11.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) ##### Bug Fixes - **deps:** bump [@​octokit/endpoint](https://redirect.github.com/octokit/endpoint) from 10.1.1 to 10.1.3 ([#​207](https://redirect.github.com/actions/create-github-app-token/issues/207)) ([d30def8](https://redirect.github.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)), closes [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​514](https://redirect.github.com/actions/create-github-app-token/issues/514) [#​512](https://redirect.github.com/actions/create-github-app-token/issues/512) [#​511](https://redirect.github.com/actions/create-github-app-token/issues/511) [#​509](https://redirect.github.com/actions/create-github-app-token/issues/509) [#​508](https://redirect.github.com/actions/create-github-app-token/issues/508) [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​506](https://redirect.github.com/actions/create-github-app-token/issues/506) [#​505](https://redirect.github.com/actions/create-github-app-token/issues/505) [#​504](https://redirect.github.com/actions/create-github-app-token/issues/504) ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) ### [`v1.11.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.1.3 to 9.1.4 in the production-dependencies group ([#​196](https://redirect.github.com/actions/create-github-app-token/issues/196)) ([b4192a5](https://redirect.github.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)), closes [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​729](https://redirect.github.com/actions/create-github-app-token/issues/729) [#​727](https://redirect.github.com/actions/create-github-app-token/issues/727) [#​726](https://redirect.github.com/actions/create-github-app-token/issues/726) [#​723](https://redirect.github.com/actions/create-github-app-token/issues/723) [#​724](https://redirect.github.com/actions/create-github-app-token/issues/724) [#​722](https://redirect.github.com/actions/create-github-app-token/issues/722) [#​721](https://redirect.github.com/actions/create-github-app-token/issues/721) [#​720](https://redirect.github.com/actions/create-github-app-token/issues/720) [#​719](https://redirect.github.com/actions/create-github-app-token/issues/719) - **deps:** bump undici from 6.19.8 to 7.2.0 ([#​198](https://redirect.github.com/actions/create-github-app-token/issues/198)) ([29aa051](https://redirect.github.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)), closes [nodejs/undici#3958](https://redirect.github.com/nodejs/undici/issues/3958) [nodejs/undici#3955](https://redirect.github.com/nodejs/undici/issues/3955) [nodejs/undici#3962](https://redirect.github.com/nodejs/undici/issues/3962) [nodejs/undici#3921](https://redirect.github.com/nodejs/undici/issues/3921) [nodejs/undici#3923](https://redirect.github.com/nodejs/undici/issues/3923) [nodejs/undici#3925](https://redirect.github.com/nodejs/undici/issues/3925) [nodejs/undici#3926](https://redirect.github.com/nodejs/undici/issues/3926) [nodejs/undici#3924](https://redirect.github.com/nodejs/undici/issues/3924) [nodejs/undici#3933](https://redirect.github.com/nodejs/undici/issues/3933) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3930](https://redirect.github.com/nodejs/undici/issues/3930) [nodejs/undici#3938](https://redirect.github.com/nodejs/undici/issues/3938) [#​3937](https://redirect.github.com/actions/create-github-app-token/issues/3937) [nodejs/undici#3940](https://redirect.github.com/nodejs/undici/issues/3940) [nodejs/undici#3931](https://redirect.github.com/nodejs/undici/issues/3931) [nodejs/undici#3941](https://redirect.github.com/nodejs/undici/issues/3941) [nodejs/undici#3911](https://redirect.github.com/nodejs/undici/issues/3911) [nodejs/undici#3888](https://redirect.github.com/nodejs/undici/issues/3888) [nodejs/undici#3939](https://redirect.github.com/nodejs/undici/issues/3939) [nodejs/undici#3947](https://redirect.github.com/nodejs/undici/issues/3947) [nodejs/undici#3945](https://redirect.github.com/nodejs/undici/issues/3945) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3893](https://redirect.github.com/nodejs/undici/issues/3893) [nodejs/undici#3902](https://redirect.github.com/nodejs/undici/issues/3902) [#​3901](https://redirect.github.com/actions/create-github-app-token/issues/3901) [nodejs/undici#3903](https://redirect.github.com/nodejs/undici/issues/3903) [nodejs/undici#3905](https://redirect.github.com/nodejs/undici/issues/3905) [nodejs/undici#3900](https://redirect.github.com/nodejs/undici/issues/3900) [nodejs/undici#3913](https://redirect.github.com/nodejs/undici/issues/3913) [nodejs/undici#3910](https://redirect.github.com/nodejs/undici/issues/3910) [nodejs/undici#3909](https://redirect.github.com/nodejs/undici/issues/3909) [nodejs/undici#3906](https://redirect.github.com/nodejs/undici/issues/3906) [nodejs/undici#3922](https://redirect.github.com/nodejs/undici/issues/3922) [#​3962](https://redirect.github.com/actions/create-github-app-token/issues/3962) [#​3955](https://redirect.github.com/actions/create-github-app-token/issues/3955) [#​3958](https://redirect.github.com/actions/create-github-app-token/issues/3958) [#​3945](https://redirect.github.com/actions/create-github-app-token/issues/3945) [#​3947](https://redirect.github.com/actions/create-github-app-token/issues/3947) [#​3939](https://redirect.github.com/actions/create-github-app-token/issues/3939) [#​3888](https://redirect.github.com/actions/create-github-app-token/issues/3888) [#​3911](https://redirect.github.com/actions/create-github-app-token/issues/3911) [#​3941](https://redirect.github.com/actions/create-github-app-token/issues/3941) ### [`v1.11.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) ##### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​193](https://redirect.github.com/actions/create-github-app-token/pull/193) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) ##### What's Changed ##### Features - Allow repositories input to be comma or newline-separated by [@​peter-evans](https://redirect.github.com/peter-evans) in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) ##### New Contributors - [@​peter-evans](https://redirect.github.com/peter-evans) made their first contribution in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0> ### [`v1.10.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) ##### What's Changed - build(deps-dev): bump the development-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​150](https://redirect.github.com/actions/create-github-app-token/pull/150) - docs(README): fix the `git committer string` and `Configure git CLI` examples by [@​maboloshi](https://redirect.github.com/maboloshi) in [#​151](https://redirect.github.com/actions/create-github-app-token/pull/151) - docs(readme): document how a Base64 private key could be decoded by [@​vleon1a](https://redirect.github.com/vleon1a) in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) - test: fix test file extensions and inputs for repositories by [@​parkerbxyz](https://redirect.github.com/parkerbxyz) in [#​161](https://redirect.github.com/actions/create-github-app-token/pull/161) - build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​167](https://redirect.github.com/actions/create-github-app-token/pull/167) ##### Bug Fixes - bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​166](https://redirect.github.com/actions/create-github-app-token/pull/166) ##### New Contributors - [@​vleon1a](https://redirect.github.com/vleon1a) made their first contribution in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4> ### [`v1.10.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) #### What's Changed - docs(README): fix committer string example and add git config example by [@​anuraaga](https://redirect.github.com/anuraaga) in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) ##### Bug Fixes - fix(deps): bump undici from 6.18.2 to 6.19.2 in the production-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [#​149](https://redirect.github.com/actions/create-github-app-token/pull/149) #### New Contributors - [@​anuraaga](https://redirect.github.com/anuraaga) made their first contribution in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3> ### [`v1.10.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) ##### Bug Fixes - do not revoke token if already expired ([#​147](https://redirect.github.com/actions/create-github-app-token/issues/147)) ([66a7045](https://redirect.github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#​140](https://redirect.github.com/actions/create-github-app-token/issues/140) [#​95](https://redirect.github.com/actions/create-github-app-token/issues/95) ### [`v1.10.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://redirect.github.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://redirect.github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​605](https://redirect.github.com/actions/create-github-app-token/issues/605) [#​604](https://redirect.github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://redirect.github.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://redirect.github.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://redirect.github.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://redirect.github.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://redirect.github.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://redirect.github.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://redirect.github.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://redirect.github.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://redirect.github.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://redirect.github.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://redirect.github.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://redirect.github.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://redirect.github.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://redirect.github.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://redirect.github.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://redirect.github.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://redirect.github.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://redirect.github.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://redirect.github.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://redirect.github.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://redirect.github.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://redirect.github.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://redirect.github.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://redirect.github.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://redirect.github.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://redirect.github.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://redirect.github.com/nodejs/undici/issues/3269) [#​3301](https://redirect.github.com/actions/create-github-app-token/issues/3301) [#​3294](https://redirect.github.com/actions/create-github-app-token/issues/3294) [#​3298](https://redirect.github.com/actions/create-github-app-token/issues/3298) [#​3295](https://redirect.github.com/actions/create-github-app-token/issues/3295) [#​3293](https://redirect.github.com/actions/create-github-app-token/issues/3293) [#​3283](https://redirect.github.com/actions/create-github-app-token/issues/3283) [#​3290](https://redirect.github.com/actions/create-github-app-token/issues/3290) [#​3291](https://redirect.github.com/actions/create-github-app-token/issues/3291) [#​3284](https://redirect.github.com/actions/create-github-app-token/issues/3284) [#​3286](https://redirect.github.com/actions/create-github-app-token/issues/3286) ### [`v1.10.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) ##### Features - **`private-key`:** escaped newlines will be replaced ([#​132](https://redirect.github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://redirect.github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f)) ### [`v1.9.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **deps:** bump undici from 6.10.2 to 6.11.1 ([#​125](https://redirect.github.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://redirect.github.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://redirect.github.com/nodejs/undici/issues/3044) [#​3023](https://redirect.github.com/actions/create-github-app-token/issues/3023) [nodejs/undici#3025](https://redirect.github.com/nodejs/undici/issues/3025) [nodejs/undici#3024](https://redirect.github.com/nodejs/undici/issues/3024) [nodejs/undici#3034](https://redirect.github.com/nodejs/undici/issues/3034) [nodejs/undici#3038](https://redirect.github.com/nodejs/undici/issues/3038) [nodejs/undici#2947](https://redirect.github.com/nodejs/undici/issues/2947) [nodejs/undici#3040](https://redirect.github.com/nodejs/undici/issues/3040) [nodejs/undici#3036](https://redirect.github.com/nodejs/undici/issues/3036) [nodejs/undici#3041](https://redirect.github.com/nodejs/undici/issues/3041) [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [#​3041](https://redirect.github.com/actions/create-github-app-token/issues/3041) [#​3036](https://redirect.github.com/actions/create-github-app-token/issues/3036) ### [`v1.9.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​123](https://redirect.github.com/actions/create-github-app-token/issues/123)) ([beea7b8](https://redirect.github.com/actions/create-github-app-token/commit/beea7b860ac0b14ca14258aca701da842aa65e30)), closes [nodejs/undici#2978](https://redirect.github.com/nodejs/undici/issues/2978) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [#​2982](https://redirect.github.com/actions/create-github-app-token/issues/2982) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [nodejs/undici#2992](https://redirect.github.com/nodejs/undici/issues/2992) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2993](https://redirect.github.com/nodejs/undici/issues/2993) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2998](https://redirect.github.com/nodejs/undici/issues/2998) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [nodejs/undici#2999](https://redirect.github.com/nodejs/undici/issues/2999) [nodejs/undici#3001](https://redirect.github.com/nodejs/undici/issues/3001) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2960](https://redirect.github.com/nodejs/undici/issues/2960) [nodejs/undici#2959](https://redirect.github.com/nodejs/undici/issues/2959) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2974](https://redirect.github.com/nodejs/undici/issues/2974) [nodejs/undici#2967](https://redirect.github.com/nodejs/undici/issues/2967) [nodejs/undici#2966](https://redirect.github.com/nodejs/undici/issues/2966) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2826](https://redirect.github.com/nodejs/undici/issues/2826) [nodejs/undici#2952](https://redirect.github.com/nodejs/undici/issues/2952) [#​3001](https://redirect.github.com/actions/create-github-app-token/issues/3001) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [#​2999](https://redirect.github.com/actions/create-github-app-token/issues/2999) [#​2998](https://redirect.github.com/actions/create-github-app-token/issues/2998) [#​2993](https://redirect.github.com/actions/create-github-app-token/issues/2993) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [#​2992](https://redirect.github.com/actions/create-github-app-token/issues/2992) [#​2991](https://redirect.github.com/actions/create-github-app-token/issues/2991) [#​2987](https://redirect.github.com/actions/create-github-app-token/issues/2987) ### [`v1.9.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.0...v1.9.1) ##### Bug Fixes - clarify `owner` input description ([#​118](https://redirect.github.com/actions/create-github-app-token/issues/118)) ([d9bc169](https://redirect.github.com/actions/create-github-app-token/commit/d9bc16919cdbdb07543eb732aa872437384e296f)) ### [`v1.9.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.2...v1.9.0) ##### Features - **outputs:** `app-slug` and `installation-id` ([#​105](https://redirect.github.com/actions/create-github-app-token/issues/105)) ([babaff4](https://redirect.github.com/actions/create-github-app-token/commit/babaff4320b432cece89fd8d07209bb3f6e98fe3)) ### [`v1.8.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​107](https://redirect.github.com/actions/create-github-app-token/issues/107)) ([f83fb27](https://redirect.github.com/actions/create-github-app-token/commit/f83fb279aa2bc96a80fac0b8cb97b369ae18334f)), closes [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​576](https://redirect.github.com/actions/create-github-app-token/issues/576) [#​577](https://redirect.github.com/actions/create-github-app-token/issues/577) [#​574](https://redirect.github.com/actions/create-github-app-token/issues/574) [#​572](https://redirect.github.com/actions/create-github-app-token/issues/572) [#​571](https://redirect.github.com/actions/create-github-app-token/issues/571) [#​567](https://redirect.github.com/actions/create-github-app-token/issues/567) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​680](https://redirect.github.com/actions/create-github-app-token/issues/680) [#​609](https://redirect.github.com/actions/create-github-app-token/issues/609) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​676](https://redirect.github.com/actions/create-github-app-token/issues/676) [#​673](https://redirect.github.com/actions/create-github-app-token/issues/673) [#​669](https://redirect.github.com/actions/create-github-app-token/issues/669) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​671](https://redirect.github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](https://redirect.github.com/nodejs/undici/issues/2683) [nodejs/undici#2645](https://redirect.github.com/nodejs/undici/issues/2645) [nodejs/undici#2695](https://redirect.github.com/nodejs/undici/issues/2695) [nodejs/undici#2699](https://redirect.github.com/nodejs/undici/issues/2699) [nodejs/undici#2703](https://redirect.github.com/nodejs/undici/issues/2703) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [nodejs/undici#2702](https://redirect.github.com/nodejs/undici/issues/2702) [nodejs/undici#2706](https://redirect.github.com/nodejs/undici/issues/2706) [nodejs/undici#2707](https://redirect.github.com/nodejs/undici/issues/2707) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [#​2707](https://redirect.github.com/actions/create-github-app-token/issues/2707) [#​2706](https://redirect.github.com/actions/create-github-app-token/issues/2706) [#​2702](https://redirect.github.com/actions/create-github-app-token/issues/2702) [#​2644](https://redirect.github.com/actions/create-github-app-token/issues/2644) [#​2703](https://redirect.github.com/actions/create-github-app-token/issues/2703) [#​2699](https://redirect.github.com/actions/create-github-app-token/issues/2699) [#​2695](https://redirect.github.com/actions/create-github-app-token/issues/2695) [#​2645](https://redirect.github.com/actions/create-github-app-token/issues/2645) [#​2683](https://redirect.github.com/actions/create-github-app-token/issues/2683) ### [`v1.8.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **deps:** bump undici from 6.6.0 to 6.6.1 ([#​103](https://redirect.github.com/actions/create-github-app-token/issues/103)) ([5195df7](https://redirect.github.com/actions/create-github-app-token/commit/5195df7c8824728b348fbaa3f0921ce6ca4ecec0)) ### [`v1.8.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) ##### Features - add proxy support ([#​102](https://redirect.github.com/actions/create-github-app-token/issues/102)) ([1f82f7d](https://redirect.github.com/actions/create-github-app-token/commit/1f82f7df931fbb9a6ba4a94ffacb46eb12eba094)) ### [`v1.7.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.4...v1.7.0) ##### Features - `github-api-url` ([#​88](https://redirect.github.com/actions/create-github-app-token/issues/88)) ([837e275](https://redirect.github.com/actions/create-github-app-token/commit/837e2752e017897b136a438ea12a06c044b8414e)), closes [#​77](https://redirect.github.com/actions/create-github-app-token/issues/77) ### [`v1.6.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.3...v1.6.4) ##### Bug Fixes - **revocation:** avoid revoking expired tokens and fail gracefully ([#​95](https://redirect.github.com/actions/create-github-app-token/issues/95)) ([0c01407](https://redirect.github.com/actions/create-github-app-token/commit/0c014070f93045fed9b48f568f28b2f1cca37088)), closes [#​72](https://redirect.github.com/actions/create-github-app-token/issues/72) ### [`v1.6.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.2...v1.6.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​94](https://redirect.github.com/actions/create-github-app-token/issues/94)) ([323044f](https://redirect.github.com/actions/create-github-app-token/commit/323044ff3180ac0ba3543efbe2b76ff90050e9b6)), closes [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​560](https://redirect.github.com/actions/create-github-app-token/issues/560) [#​559](https://redirect.github.com/actions/create-github-app-token/issues/559) [#​558](https://redirect.github.com/actions/create-github-app-token/issues/558) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​553](https://redirect.github.com/actions/create-github-app-token/issues/553) [#​552](https://redirect.github.com/actions/create-github-app-token/issues/552) [#​551](https://redirect.github.com/actions/create-github-app-token/issues/551) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) ### [`v1.6.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.1...v1.6.2) ##### Bug Fixes - handle clock skew ([#​87](https://redirect.github.com/actions/create-github-app-token/issues/87)) ([495056a](https://redirect.github.com/actions/create-github-app-token/commit/495056a51509f267cd7262080a7bb618ad7b5d08)) ### [`v1.6.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **deps:** bump dependencies([#​84](https://redirect.github.com/actions/create-github-app-token/issues/84)) ([474769d](https://redirect.github.com/actions/create-github-app-token/commit/474769db88900a253a1c4aa9b4398d8a90c4cdab)), closes [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​649](https://redirect.github.com/actions/create-github-app-token/issues/649) [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​646](https://redirect.github.com/actions/create-github-app-token/issues/646) ### [`v1.6.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.1...v1.6.0) ##### Features - add retry ([#​79](https://redirect.github.com/actions/create-github-app-token/issues/79)) ([0f3b4d7](https://redirect.github.com/actions/create-github-app-token/commit/0f3b4d7df99b1af7cb8596ba4f855d6de4155aa5)), closes [#​71](https://redirect.github.com/actions/create-github-app-token/issues/71) ### [`v1.5.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.0...v1.5.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​68](https://redirect.github.com/actions/create-github-app-token/issues/68)) ([6375dce](https://redirect.github.com/actions/create-github-app-token/commit/6375dcedb2ea16f4290923bb46ed8a00ea439cae)) ### [`v1.5.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.4.0...v1.5.0) ##### Features - use dash notation for inputs (deprecates underscore notation) ([#​59](https://redirect.github.com/actions/create-github-app-token/issues/59)) ([7b1d2ae](https://redirect.github.com/actions/create-github-app-token/commit/7b1d2aef87b41884c03f2e69a0a422d5c69c5d72)), closes [#​57](https://redirect.github.com/actions/create-github-app-token/issues/57) [/github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252](https://redirect.github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252) ### [`v1.4.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.3.0...v1.4.0) ##### Features - Add a `skip_token_revoke` input for configuring token revocation ([#​54](https://redirect.github.com/actions/create-github-app-token/issues/54)) ([9ec88c4](https://redirect.github.com/actions/create-github-app-token/commit/9ec88c41eef7052418d233d147c59fbdce19c56f)), closes [1#L46-L47](https://redirect.github.com/1/issues/L46-L47) [1#L132](https://redirect.github.com/1/issues/L132) ### [`v1.3.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) ##### Features - support tokens scoped to multiple repositories within organization ([#​46](https://redirect.github.com/actions/create-github-app-token/issues/46)) ([20fd863](https://redirect.github.com/actions/create-github-app-token/commit/20fd86373fdcbeffde8b73b17ebb3a7a62c6c407)) ### [`v1.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.1...v1.2.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​51](https://redirect.github.com/actions/create-github-app-token/issues/51)) ([6d98b25](https://redirect.github.com/actions/create-github-app-token/commit/6d98b259d9c6bef17db279eb4aefbbd031400ba4)), closes [#​1511](https://redirect.github.com/actions/create-github-app-token/issues/1511) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​533](https://redirect.github.com/actions/create-github-app-token/issues/533) [#​531](https://redirect.github.com/actions/create-github-app-token/issues/531) [#​530](https://redirect.github.com/actions/create-github-app-token/issues/530) [#​524](https://redirect.github.com/actions/create-github-app-token/issues/524) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​631](https://redirect.github.com/actions/create-github-app-token/issues/631) [#​626](https://redirect.github.com/actions/create-github-app-token/issues/626) ### [`v1.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.0...v1.2.1) ##### Bug Fixes - **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#​38](https://redirect.github.com/actions/create-github-app-token/issues/38)) ([c08c5ac](https://redirect.github.com/actions/create-github-app-token/commit/c08c5ace340664df431bf7f11d51b61d92358c2b)), closes [#​36](ht </details>
scotwells
added a commit
to datum-cloud/actions
that referenced
this pull request
Apr 27, 2026
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v1` → `v3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3.1.0...v3.1.1) ##### Bug Fixes - improve error message when app identifier is empty ([#​362](https://redirect.github.com/actions/create-github-app-token/issues/362)) ([07e2b76](https://redirect.github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36)), closes [#​249](https://redirect.github.com/actions/create-github-app-token/issues/249) ### [`v3.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3.1.0) ##### Bug Fixes - **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#​357](https://redirect.github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](https://redirect.github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf)) ##### Features - add `client-id` input and deprecate `app-id` ([#​353](https://redirect.github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](https://redirect.github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9)) - update permission inputs ([#​358](https://redirect.github.com/actions/create-github-app-token/issues/358)) ([076e948](https://redirect.github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be)) ### [`v3.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3...v3) - feat!: node 24 support ([#​275](https://redirect.github.com/actions/create-github-app-token/issues/275)) ([2e564a0](https://redirect.github.com/actions/create-github-app-token/commit/2e564a0bb8e7cc2b907b2401a2afe177882d4325)) - fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#​342](https://redirect.github.com/actions/create-github-app-token/issues/342)) ([4451bcb](https://redirect.github.com/actions/create-github-app-token/commit/4451bcbc139f8124b0bf04f968ea2586b17df458)) ##### Bug Fixes - remove custom proxy handling ([#​143](https://redirect.github.com/actions/create-github-app-token/issues/143)) ([dce0ab0](https://redirect.github.com/actions/create-github-app-token/commit/dce0ab05f36f30b22fd14289fd36655c618e4e8e)) ##### BREAKING CHANGES - Custom proxy handling has been removed. If you use HTTP\_PROXY or HTTPS\_PROXY, you must now also set NODE\_USE\_ENV\_PROXY=1 on the action step. - Requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner. ### [`v3`](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.2...v3) ### [`v2.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.1...v2.2.2) ##### Bug Fixes - **deps:** bump [@​actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 ([#​337](https://redirect.github.com/actions/create-github-app-token/issues/337)) ([b044133](https://redirect.github.com/actions/create-github-app-token/commit/b04413352d4644ac2131b9a90c074f5e93ca18a1)) - **deps:** bump minimatch from 9.0.5 to 9.0.9 ([#​335](https://redirect.github.com/actions/create-github-app-token/issues/335)) ([5cbc656](https://redirect.github.com/actions/create-github-app-token/commit/5cbc65624c9ddc4589492bda7c8b146223e8c3e4)) - **deps:** bump the production-dependencies group with 4 updates ([#​336](https://redirect.github.com/actions/create-github-app-token/issues/336)) ([6bda5bc](https://redirect.github.com/actions/create-github-app-token/commit/6bda5bc1410576b9a0879ce6076d53345485bba9)) - **deps:** bump undici from 7.16.0 to 7.18.2 ([#​323](https://redirect.github.com/actions/create-github-app-token/issues/323)) ([b4f638f](https://redirect.github.com/actions/create-github-app-token/commit/b4f638f48ee0dcdbb0bc646c48e4cb2a2de847fe)) ### [`v2.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​311](https://redirect.github.com/actions/create-github-app-token/issues/311)) ([b212e6a](https://redirect.github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999)) ### [`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0) ##### Bug Fixes - **deps:** bump glob from 10.4.5 to 10.5.0 ([#​305](https://redirect.github.com/actions/create-github-app-token/issues/305)) ([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc)) - **deps:** bump p-retry from 6.2.1 to 7.1.0 ([#​294](https://redirect.github.com/actions/create-github-app-token/issues/294)) ([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4)) - **deps:** bump the production-dependencies group with 2 updates ([#​292](https://redirect.github.com/actions/create-github-app-token/issues/292)) ([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5)) ##### Features - update permission inputs ([#​296](https://redirect.github.com/actions/create-github-app-token/issues/296)) ([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37)) ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** bump [@​octokit/auth-app](https://redirect.github.com/octokit/auth-app) from 7.2.1 to 8.0.1 ([#​257](https://redirect.github.com/actions/create-github-app-token/issues/257)) ([bef1eaf](https://redirect.github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1)) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** bump undici from 7.8.0 to 7.10.0 in the production-dependencies group ([#​254](https://redirect.github.com/actions/create-github-app-token/issues/254)) ([f3d5ec2](https://redirect.github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9)) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#​256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#​278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) ### [`v2.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) ##### Features - use `node24` as runner ([#​267](https://redirect.github.com/actions/create-github-app-token/issues/267)) ([a1cbe0f](https://redirect.github.com/actions/create-github-app-token/commit/a1cbe0fa3c5aa6b13e7437f226536549d68ed0dd)) ### [`v2.0.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.5...v2.0.6) ##### Bug Fixes - replace `-` with `_` ([#​246](https://redirect.github.com/actions/create-github-app-token/issues/246)) ([3336784](https://redirect.github.com/actions/create-github-app-token/commit/333678481b1f02ee31fa1443aba4f1f7cb5b08b5)) ### [`v2.0.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​240](https://redirect.github.com/actions/create-github-app-token/issues/240)) ([d64d7d7](https://redirect.github.com/actions/create-github-app-token/commit/d64d7d73555d3f2cb08ce64bdd812e49308a2905)) ### [`v2.0.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.3...v2.0.4) ##### Bug Fixes - permission input handling ([#​243](https://redirect.github.com/actions/create-github-app-token/issues/243)) ([2950cbc](https://redirect.github.com/actions/create-github-app-token/commit/2950cbc446a8d3030ea17d3f7cbdd3c0fce4b0f5)) ### [`v2.0.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **README:** use `v2` in examples ([#​234](https://redirect.github.com/actions/create-github-app-token/issues/234)) ([9ba274d](https://redirect.github.com/actions/create-github-app-token/commit/9ba274d954c9af64fbf4cec63082d0e3f57e9b5f)), closes [#​232](https://redirect.github.com/actions/create-github-app-token/issues/232) - use `core.getBooleanInput()` to retrieve boolean input values ([#​223](https://redirect.github.com/actions/create-github-app-token/issues/223)) ([c3c17c7](https://redirect.github.com/actions/create-github-app-token/commit/c3c17c79ccedec31f588e88d6ad5ff9036afe580)) ### [`v2.0.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.1...v2.0.2) ##### Bug Fixes - improve log messages for token creation ([#​226](https://redirect.github.com/actions/create-github-app-token/issues/226)) ([eaef294](https://redirect.github.com/actions/create-github-app-token/commit/eaef29498fbc63724aabd0a6e832efd41baf2cc7)) ### [`v2.0.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 2 updates ([#​228](https://redirect.github.com/actions/create-github-app-token/issues/228)) ([2411bfc](https://redirect.github.com/actions/create-github-app-token/commit/2411bfc7923448badb7a1faf23017f382e0fb895)) ### [`v2.0.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v2) - feat!: remove deprecated inputs ([#​213](https://redirect.github.com/actions/create-github-app-token/issues/213)) ([5cc811b](https://redirect.github.com/actions/create-github-app-token/commit/5cc811bc40176329bb642bff9e5d9e356099ad2a)) ##### BREAKING CHANGES - Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration. ### [`v2`](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.12.0...v2) ### [`v1.12.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#​168](https://redirect.github.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://redirect.github.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) ### [`v1.11.7`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.7) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) ##### Bug Fixes - **deps:** bump undici from 5.28.4 to 7.5.0 ([#​214](https://redirect.github.com/actions/create-github-app-token/issues/214)) ([a24b46a](https://redirect.github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2)) ### [`v1.11.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.6) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​210](https://redirect.github.com/actions/create-github-app-token/issues/210)) ([1ff1dea](https://redirect.github.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b)) ### [`v1.11.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.2.0 to 9.2.2 ([#​209](https://redirect.github.com/actions/create-github-app-token/issues/209)) ([8cedd97](https://redirect.github.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)), closes [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​740](https://redirect.github.com/actions/create-github-app-token/issues/740) [#​737](https://redirect.github.com/actions/create-github-app-token/issues/737) [#​738](https://redirect.github.com/actions/create-github-app-token/issues/738) [#​736](https://redirect.github.com/actions/create-github-app-token/issues/736) [#​735](https://redirect.github.com/actions/create-github-app-token/issues/735) [#​734](https://redirect.github.com/actions/create-github-app-token/issues/734) [#​733](https://redirect.github.com/actions/create-github-app-token/issues/733) [#​732](https://redirect.github.com/actions/create-github-app-token/issues/732) - **deps:** bump [@​octokit/request-error](https://redirect.github.com/octokit/request-error) from 6.1.6 to 6.1.7 ([#​208](https://redirect.github.com/actions/create-github-app-token/issues/208)) ([415f6a5](https://redirect.github.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)), closes [#​494](https://redirect.github.com/actions/create-github-app-token/issues/494) [#​491](https://redirect.github.com/actions/create-github-app-token/issues/491) [#​490](https://redirect.github.com/actions/create-github-app-token/issues/490) [#​488](https://redirect.github.com/actions/create-github-app-token/issues/488) [#​486](https://redirect.github.com/actions/create-github-app-token/issues/486) [#​487](https://redirect.github.com/actions/create-github-app-token/issues/487) [#​485](https://redirect.github.com/actions/create-github-app-token/issues/485) [#​484](https://redirect.github.com/actions/create-github-app-token/issues/484) ### [`v1.11.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) ##### Bug Fixes - **deps:** bump [@​octokit/endpoint](https://redirect.github.com/octokit/endpoint) from 10.1.1 to 10.1.3 ([#​207](https://redirect.github.com/actions/create-github-app-token/issues/207)) ([d30def8](https://redirect.github.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)), closes [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​514](https://redirect.github.com/actions/create-github-app-token/issues/514) [#​512](https://redirect.github.com/actions/create-github-app-token/issues/512) [#​511](https://redirect.github.com/actions/create-github-app-token/issues/511) [#​509](https://redirect.github.com/actions/create-github-app-token/issues/509) [#​508](https://redirect.github.com/actions/create-github-app-token/issues/508) [#​507](https://redirect.github.com/actions/create-github-app-token/issues/507) [#​506](https://redirect.github.com/actions/create-github-app-token/issues/506) [#​505](https://redirect.github.com/actions/create-github-app-token/issues/505) [#​504](https://redirect.github.com/actions/create-github-app-token/issues/504) ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) ### [`v1.11.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://redirect.github.com/octokit/request) from 9.1.3 to 9.1.4 in the production-dependencies group ([#​196](https://redirect.github.com/actions/create-github-app-token/issues/196)) ([b4192a5](https://redirect.github.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)), closes [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​730](https://redirect.github.com/actions/create-github-app-token/issues/730) [#​729](https://redirect.github.com/actions/create-github-app-token/issues/729) [#​727](https://redirect.github.com/actions/create-github-app-token/issues/727) [#​726](https://redirect.github.com/actions/create-github-app-token/issues/726) [#​723](https://redirect.github.com/actions/create-github-app-token/issues/723) [#​724](https://redirect.github.com/actions/create-github-app-token/issues/724) [#​722](https://redirect.github.com/actions/create-github-app-token/issues/722) [#​721](https://redirect.github.com/actions/create-github-app-token/issues/721) [#​720](https://redirect.github.com/actions/create-github-app-token/issues/720) [#​719](https://redirect.github.com/actions/create-github-app-token/issues/719) - **deps:** bump undici from 6.19.8 to 7.2.0 ([#​198](https://redirect.github.com/actions/create-github-app-token/issues/198)) ([29aa051](https://redirect.github.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)), closes [nodejs/undici#3958](https://redirect.github.com/nodejs/undici/issues/3958) [nodejs/undici#3955](https://redirect.github.com/nodejs/undici/issues/3955) [nodejs/undici#3962](https://redirect.github.com/nodejs/undici/issues/3962) [nodejs/undici#3921](https://redirect.github.com/nodejs/undici/issues/3921) [nodejs/undici#3923](https://redirect.github.com/nodejs/undici/issues/3923) [nodejs/undici#3925](https://redirect.github.com/nodejs/undici/issues/3925) [nodejs/undici#3926](https://redirect.github.com/nodejs/undici/issues/3926) [nodejs/undici#3924](https://redirect.github.com/nodejs/undici/issues/3924) [nodejs/undici#3933](https://redirect.github.com/nodejs/undici/issues/3933) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3930](https://redirect.github.com/nodejs/undici/issues/3930) [nodejs/undici#3938](https://redirect.github.com/nodejs/undici/issues/3938) [#​3937](https://redirect.github.com/actions/create-github-app-token/issues/3937) [nodejs/undici#3940](https://redirect.github.com/nodejs/undici/issues/3940) [nodejs/undici#3931](https://redirect.github.com/nodejs/undici/issues/3931) [nodejs/undici#3941](https://redirect.github.com/nodejs/undici/issues/3941) [nodejs/undici#3911](https://redirect.github.com/nodejs/undici/issues/3911) [nodejs/undici#3888](https://redirect.github.com/nodejs/undici/issues/3888) [nodejs/undici#3939](https://redirect.github.com/nodejs/undici/issues/3939) [nodejs/undici#3947](https://redirect.github.com/nodejs/undici/issues/3947) [nodejs/undici#3945](https://redirect.github.com/nodejs/undici/issues/3945) [nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916) [nodejs/undici#3893](https://redirect.github.com/nodejs/undici/issues/3893) [nodejs/undici#3902](https://redirect.github.com/nodejs/undici/issues/3902) [#​3901](https://redirect.github.com/actions/create-github-app-token/issues/3901) [nodejs/undici#3903](https://redirect.github.com/nodejs/undici/issues/3903) [nodejs/undici#3905](https://redirect.github.com/nodejs/undici/issues/3905) [nodejs/undici#3900](https://redirect.github.com/nodejs/undici/issues/3900) [nodejs/undici#3913](https://redirect.github.com/nodejs/undici/issues/3913) [nodejs/undici#3910](https://redirect.github.com/nodejs/undici/issues/3910) [nodejs/undici#3909](https://redirect.github.com/nodejs/undici/issues/3909) [nodejs/undici#3906](https://redirect.github.com/nodejs/undici/issues/3906) [nodejs/undici#3922](https://redirect.github.com/nodejs/undici/issues/3922) [#​3962](https://redirect.github.com/actions/create-github-app-token/issues/3962) [#​3955](https://redirect.github.com/actions/create-github-app-token/issues/3955) [#​3958](https://redirect.github.com/actions/create-github-app-token/issues/3958) [#​3945](https://redirect.github.com/actions/create-github-app-token/issues/3945) [#​3947](https://redirect.github.com/actions/create-github-app-token/issues/3947) [#​3939](https://redirect.github.com/actions/create-github-app-token/issues/3939) [#​3888](https://redirect.github.com/actions/create-github-app-token/issues/3888) [#​3911](https://redirect.github.com/actions/create-github-app-token/issues/3911) [#​3941](https://redirect.github.com/actions/create-github-app-token/issues/3941) ### [`v1.11.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) ##### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​193](https://redirect.github.com/actions/create-github-app-token/pull/193) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) ##### What's Changed ##### Features - Allow repositories input to be comma or newline-separated by [@​peter-evans](https://redirect.github.com/peter-evans) in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) ##### New Contributors - [@​peter-evans](https://redirect.github.com/peter-evans) made their first contribution in [#​169](https://redirect.github.com/actions/create-github-app-token/pull/169) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0> ### [`v1.10.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) ##### What's Changed - build(deps-dev): bump the development-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​150](https://redirect.github.com/actions/create-github-app-token/pull/150) - docs(README): fix the `git committer string` and `Configure git CLI` examples by [@​maboloshi](https://redirect.github.com/maboloshi) in [#​151](https://redirect.github.com/actions/create-github-app-token/pull/151) - docs(readme): document how a Base64 private key could be decoded by [@​vleon1a](https://redirect.github.com/vleon1a) in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) - test: fix test file extensions and inputs for repositories by [@​parkerbxyz](https://redirect.github.com/parkerbxyz) in [#​161](https://redirect.github.com/actions/create-github-app-token/pull/161) - build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​167](https://redirect.github.com/actions/create-github-app-token/pull/167) ##### Bug Fixes - bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [#​166](https://redirect.github.com/actions/create-github-app-token/pull/166) ##### New Contributors - [@​vleon1a](https://redirect.github.com/vleon1a) made their first contribution in [#​155](https://redirect.github.com/actions/create-github-app-token/pull/155) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4> ### [`v1.10.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) #### What's Changed - docs(README): fix committer string example and add git config example by [@​anuraaga](https://redirect.github.com/anuraaga) in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) ##### Bug Fixes - fix(deps): bump undici from 6.18.2 to 6.19.2 in the production-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [#​149](https://redirect.github.com/actions/create-github-app-token/pull/149) #### New Contributors - [@​anuraaga](https://redirect.github.com/anuraaga) made their first contribution in [#​145](https://redirect.github.com/actions/create-github-app-token/pull/145) **Full Changelog**: <https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3> ### [`v1.10.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) ##### Bug Fixes - do not revoke token if already expired ([#​147](https://redirect.github.com/actions/create-github-app-token/issues/147)) ([66a7045](https://redirect.github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#​140](https://redirect.github.com/actions/create-github-app-token/issues/140) [#​95](https://redirect.github.com/actions/create-github-app-token/issues/95) ### [`v1.10.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://redirect.github.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://redirect.github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​606](https://redirect.github.com/actions/create-github-app-token/issues/606) [#​605](https://redirect.github.com/actions/create-github-app-token/issues/605) [#​604](https://redirect.github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://redirect.github.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://redirect.github.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://redirect.github.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://redirect.github.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://redirect.github.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://redirect.github.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://redirect.github.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://redirect.github.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://redirect.github.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://redirect.github.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://redirect.github.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://redirect.github.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://redirect.github.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://redirect.github.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://redirect.github.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://redirect.github.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://redirect.github.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://redirect.github.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://redirect.github.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://redirect.github.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://redirect.github.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://redirect.github.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://redirect.github.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://redirect.github.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://redirect.github.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://redirect.github.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://redirect.github.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://redirect.github.com/nodejs/undici/issues/3269) [#​3301](https://redirect.github.com/actions/create-github-app-token/issues/3301) [#​3294](https://redirect.github.com/actions/create-github-app-token/issues/3294) [#​3298](https://redirect.github.com/actions/create-github-app-token/issues/3298) [#​3295](https://redirect.github.com/actions/create-github-app-token/issues/3295) [#​3293](https://redirect.github.com/actions/create-github-app-token/issues/3293) [#​3283](https://redirect.github.com/actions/create-github-app-token/issues/3283) [#​3290](https://redirect.github.com/actions/create-github-app-token/issues/3290) [#​3291](https://redirect.github.com/actions/create-github-app-token/issues/3291) [#​3284](https://redirect.github.com/actions/create-github-app-token/issues/3284) [#​3286](https://redirect.github.com/actions/create-github-app-token/issues/3286) ### [`v1.10.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) ##### Features - **`private-key`:** escaped newlines will be replaced ([#​132](https://redirect.github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://redirect.github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f)) ### [`v1.9.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **deps:** bump undici from 6.10.2 to 6.11.1 ([#​125](https://redirect.github.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://redirect.github.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://redirect.github.com/nodejs/undici/issues/3044) [#​3023](https://redirect.github.com/actions/create-github-app-token/issues/3023) [nodejs/undici#3025](https://redirect.github.com/nodejs/undici/issues/3025) [nodejs/undici#3024](https://redirect.github.com/nodejs/undici/issues/3024) [nodejs/undici#3034](https://redirect.github.com/nodejs/undici/issues/3034) [nodejs/undici#3038](https://redirect.github.com/nodejs/undici/issues/3038) [nodejs/undici#2947](https://redirect.github.com/nodejs/undici/issues/2947) [nodejs/undici#3040](https://redirect.github.com/nodejs/undici/issues/3040) [nodejs/undici#3036](https://redirect.github.com/nodejs/undici/issues/3036) [nodejs/undici#3041](https://redirect.github.com/nodejs/undici/issues/3041) [#​3024](https://redirect.github.com/actions/create-github-app-token/issues/3024) [#​3041](https://redirect.github.com/actions/create-github-app-token/issues/3041) [#​3036](https://redirect.github.com/actions/create-github-app-token/issues/3036) ### [`v1.9.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​123](https://redirect.github.com/actions/create-github-app-token/issues/123)) ([beea7b8](https://redirect.github.com/actions/create-github-app-token/commit/beea7b860ac0b14ca14258aca701da842aa65e30)), closes [nodejs/undici#2978](https://redirect.github.com/nodejs/undici/issues/2978) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [#​2982](https://redirect.github.com/actions/create-github-app-token/issues/2982) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [nodejs/undici#2992](https://redirect.github.com/nodejs/undici/issues/2992) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2993](https://redirect.github.com/nodejs/undici/issues/2993) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2998](https://redirect.github.com/nodejs/undici/issues/2998) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [nodejs/undici#2999](https://redirect.github.com/nodejs/undici/issues/2999) [nodejs/undici#3001](https://redirect.github.com/nodejs/undici/issues/3001) [nodejs/undici#2971](https://redirect.github.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://redirect.github.com/nodejs/undici/issues/2980) [nodejs/undici#2983](https://redirect.github.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://redirect.github.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://redirect.github.com/nodejs/undici/issues/2991) [nodejs/undici#2985](https://redirect.github.com/nodejs/undici/issues/2985) [nodejs/undici#2995](https://redirect.github.com/nodejs/undici/issues/2995) [nodejs/undici#2960](https://redirect.github.com/nodejs/undici/issues/2960) [nodejs/undici#2959](https://redirect.github.com/nodejs/undici/issues/2959) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2974](https://redirect.github.com/nodejs/undici/issues/2974) [nodejs/undici#2967](https://redirect.github.com/nodejs/undici/issues/2967) [nodejs/undici#2966](https://redirect.github.com/nodejs/undici/issues/2966) [nodejs/undici#2969](https://redirect.github.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://redirect.github.com/nodejs/undici/issues/2962) [nodejs/undici#2826](https://redirect.github.com/nodejs/undici/issues/2826) [nodejs/undici#2952](https://redirect.github.com/nodejs/undici/issues/2952) [#​3001](https://redirect.github.com/actions/create-github-app-token/issues/3001) [#​2863](https://redirect.github.com/actions/create-github-app-token/issues/2863) [#​2999](https://redirect.github.com/actions/create-github-app-token/issues/2999) [#​2998](https://redirect.github.com/actions/create-github-app-token/issues/2998) [#​2993](https://redirect.github.com/actions/create-github-app-token/issues/2993) [#​2986](https://redirect.github.com/actions/create-github-app-token/issues/2986) [#​2992](https://redirect.github.com/actions/create-github-app-token/issues/2992) [#​2991](https://redirect.github.com/actions/create-github-app-token/issues/2991) [#​2987](https://redirect.github.com/actions/create-github-app-token/issues/2987) ### [`v1.9.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.9.0...v1.9.1) ##### Bug Fixes - clarify `owner` input description ([#​118](https://redirect.github.com/actions/create-github-app-token/issues/118)) ([d9bc169](https://redirect.github.com/actions/create-github-app-token/commit/d9bc16919cdbdb07543eb732aa872437384e296f)) ### [`v1.9.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.2...v1.9.0) ##### Features - **outputs:** `app-slug` and `installation-id` ([#​105](https://redirect.github.com/actions/create-github-app-token/issues/105)) ([babaff4](https://redirect.github.com/actions/create-github-app-token/commit/babaff4320b432cece89fd8d07209bb3f6e98fe3)) ### [`v1.8.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​107](https://redirect.github.com/actions/create-github-app-token/issues/107)) ([f83fb27](https://redirect.github.com/actions/create-github-app-token/commit/f83fb279aa2bc96a80fac0b8cb97b369ae18334f)), closes [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​579](https://redirect.github.com/actions/create-github-app-token/issues/579) [#​576](https://redirect.github.com/actions/create-github-app-token/issues/576) [#​577](https://redirect.github.com/actions/create-github-app-token/issues/577) [#​574](https://redirect.github.com/actions/create-github-app-token/issues/574) [#​572](https://redirect.github.com/actions/create-github-app-token/issues/572) [#​571](https://redirect.github.com/actions/create-github-app-token/issues/571) [#​567](https://redirect.github.com/actions/create-github-app-token/issues/567) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​681](https://redirect.github.com/actions/create-github-app-token/issues/681) [#​680](https://redirect.github.com/actions/create-github-app-token/issues/680) [#​609](https://redirect.github.com/actions/create-github-app-token/issues/609) [#​678](https://redirect.github.com/actions/create-github-app-token/issues/678) [#​676](https://redirect.github.com/actions/create-github-app-token/issues/676) [#​673](https://redirect.github.com/actions/create-github-app-token/issues/673) [#​669](https://redirect.github.com/actions/create-github-app-token/issues/669) [#​667](https://redirect.github.com/actions/create-github-app-token/issues/667) [#​671](https://redirect.github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](https://redirect.github.com/nodejs/undici/issues/2683) [nodejs/undici#2645](https://redirect.github.com/nodejs/undici/issues/2645) [nodejs/undici#2695](https://redirect.github.com/nodejs/undici/issues/2695) [nodejs/undici#2699](https://redirect.github.com/nodejs/undici/issues/2699) [nodejs/undici#2703](https://redirect.github.com/nodejs/undici/issues/2703) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [nodejs/undici#2702](https://redirect.github.com/nodejs/undici/issues/2702) [nodejs/undici#2706](https://redirect.github.com/nodejs/undici/issues/2706) [nodejs/undici#2707](https://redirect.github.com/nodejs/undici/issues/2707) [nodejs/undici#2644](https://redirect.github.com/nodejs/undici/issues/2644) [#​2707](https://redirect.github.com/actions/create-github-app-token/issues/2707) [#​2706](https://redirect.github.com/actions/create-github-app-token/issues/2706) [#​2702](https://redirect.github.com/actions/create-github-app-token/issues/2702) [#​2644](https://redirect.github.com/actions/create-github-app-token/issues/2644) [#​2703](https://redirect.github.com/actions/create-github-app-token/issues/2703) [#​2699](https://redirect.github.com/actions/create-github-app-token/issues/2699) [#​2695](https://redirect.github.com/actions/create-github-app-token/issues/2695) [#​2645](https://redirect.github.com/actions/create-github-app-token/issues/2645) [#​2683](https://redirect.github.com/actions/create-github-app-token/issues/2683) ### [`v1.8.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **deps:** bump undici from 6.6.0 to 6.6.1 ([#​103](https://redirect.github.com/actions/create-github-app-token/issues/103)) ([5195df7](https://redirect.github.com/actions/create-github-app-token/commit/5195df7c8824728b348fbaa3f0921ce6ca4ecec0)) ### [`v1.8.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) ##### Features - add proxy support ([#​102](https://redirect.github.com/actions/create-github-app-token/issues/102)) ([1f82f7d](https://redirect.github.com/actions/create-github-app-token/commit/1f82f7df931fbb9a6ba4a94ffacb46eb12eba094)) ### [`v1.7.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.4...v1.7.0) ##### Features - `github-api-url` ([#​88](https://redirect.github.com/actions/create-github-app-token/issues/88)) ([837e275](https://redirect.github.com/actions/create-github-app-token/commit/837e2752e017897b136a438ea12a06c044b8414e)), closes [#​77](https://redirect.github.com/actions/create-github-app-token/issues/77) ### [`v1.6.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.3...v1.6.4) ##### Bug Fixes - **revocation:** avoid revoking expired tokens and fail gracefully ([#​95](https://redirect.github.com/actions/create-github-app-token/issues/95)) ([0c01407](https://redirect.github.com/actions/create-github-app-token/commit/0c014070f93045fed9b48f568f28b2f1cca37088)), closes [#​72](https://redirect.github.com/actions/create-github-app-token/issues/72) ### [`v1.6.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.2...v1.6.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​94](https://redirect.github.com/actions/create-github-app-token/issues/94)) ([323044f](https://redirect.github.com/actions/create-github-app-token/commit/323044ff3180ac0ba3543efbe2b76ff90050e9b6)), closes [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​562](https://redirect.github.com/actions/create-github-app-token/issues/562) [#​560](https://redirect.github.com/actions/create-github-app-token/issues/560) [#​559](https://redirect.github.com/actions/create-github-app-token/issues/559) [#​558](https://redirect.github.com/actions/create-github-app-token/issues/558) [#​557](https://redirect.github.com/actions/create-github-app-token/issues/557) [#​553](https://redirect.github.com/actions/create-github-app-token/issues/553) [#​552](https://redirect.github.com/actions/create-github-app-token/issues/552) [#​551](https://redirect.github.com/actions/create-github-app-token/issues/551) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) [#​75](https://redirect.github.com/actions/create-github-app-token/issues/75) ### [`v1.6.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.1...v1.6.2) ##### Bug Fixes - handle clock skew ([#​87](https://redirect.github.com/actions/create-github-app-token/issues/87)) ([495056a](https://redirect.github.com/actions/create-github-app-token/commit/495056a51509f267cd7262080a7bb618ad7b5d08)) ### [`v1.6.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **deps:** bump dependencies([#​84](https://redirect.github.com/actions/create-github-app-token/issues/84)) ([474769d](https://redirect.github.com/actions/create-github-app-token/commit/474769db88900a253a1c4aa9b4398d8a90c4cdab)), closes [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​649](https://redirect.github.com/actions/create-github-app-token/issues/649) [#​651](https://redirect.github.com/actions/create-github-app-token/issues/651) [#​648](https://redirect.github.com/actions/create-github-app-token/issues/648) [#​646](https://redirect.github.com/actions/create-github-app-token/issues/646) ### [`v1.6.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.1...v1.6.0) ##### Features - add retry ([#​79](https://redirect.github.com/actions/create-github-app-token/issues/79)) ([0f3b4d7](https://redirect.github.com/actions/create-github-app-token/commit/0f3b4d7df99b1af7cb8596ba4f855d6de4155aa5)), closes [#​71](https://redirect.github.com/actions/create-github-app-token/issues/71) ### [`v1.5.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.5.0...v1.5.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#​68](https://redirect.github.com/actions/create-github-app-token/issues/68)) ([6375dce](https://redirect.github.com/actions/create-github-app-token/commit/6375dcedb2ea16f4290923bb46ed8a00ea439cae)) ### [`v1.5.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.4.0...v1.5.0) ##### Features - use dash notation for inputs (deprecates underscore notation) ([#​59](https://redirect.github.com/actions/create-github-app-token/issues/59)) ([7b1d2ae](https://redirect.github.com/actions/create-github-app-token/commit/7b1d2aef87b41884c03f2e69a0a422d5c69c5d72)), closes [#​57](https://redirect.github.com/actions/create-github-app-token/issues/57) [/github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252](https://redirect.github.com//github.com/actions/create-github-app-token/issues/57/issues/issuecomment-1751272252) ### [`v1.4.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.3.0...v1.4.0) ##### Features - Add a `skip_token_revoke` input for configuring token revocation ([#​54](https://redirect.github.com/actions/create-github-app-token/issues/54)) ([9ec88c4](https://redirect.github.com/actions/create-github-app-token/commit/9ec88c41eef7052418d233d147c59fbdce19c56f)), closes [1#L46-L47](https://redirect.github.com/1/issues/L46-L47) [1#L132](https://redirect.github.com/1/issues/L132) ### [`v1.3.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) ##### Features - support tokens scoped to multiple repositories within organization ([#​46](https://redirect.github.com/actions/create-github-app-token/issues/46)) ([20fd863](https://redirect.github.com/actions/create-github-app-token/commit/20fd86373fdcbeffde8b73b17ebb3a7a62c6c407)) ### [`v1.2.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.1...v1.2.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​51](https://redirect.github.com/actions/create-github-app-token/issues/51)) ([6d98b25](https://redirect.github.com/actions/create-github-app-token/commit/6d98b259d9c6bef17db279eb4aefbbd031400ba4)), closes [#​1511](https://redirect.github.com/actions/create-github-app-token/issues/1511) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​535](https://redirect.github.com/actions/create-github-app-token/issues/535) [#​533](https://redirect.github.com/actions/create-github-app-token/issues/533) [#​531](https://redirect.github.com/actions/create-github-app-token/issues/531) [#​530](https://redirect.github.com/actions/create-github-app-token/issues/530) [#​524](https://redirect.github.com/actions/create-github-app-token/issues/524) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​637](https://redirect.github.com/actions/create-github-app-token/issues/637) [#​631](https://redirect.github.com/actions/create-github-app-token/issues/631) [#​626](https://redirect.github.com/actions/create-github-app-token/issues/626) ### [`v1.2.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.2.0...v1.2.1) ##### Bug Fixes - **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#​38](https://redirect.github.com/actions/create-github-app-token/issues/38)) ([c08c5ac](https://redirect.github.com/actions/create-github-app-token/commit/c08c5ace340664df431bf7f11d51b61d92358c2b)), closes [#​36](https:/ </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/datum-cloud/actions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While investigating the code coverage issues, I got some strange error in the debug.js tests, as for some reason the stdout was containing colored output. This PR removes potential color in stdout, so that the tests wont fail because of that.
Also in case the debug test is again flaky, the chunks should be now logged so we can maybe investigate further.
This relates to...
Rationale
Changes
Features
Bug Fixes
Breaking Changes and Deprecations
Status