diff --git a/.changeset/brave-workspace-recursion.md b/.changeset/brave-workspace-recursion.md
deleted file mode 100644
index f71c10ec859..00000000000
--- a/.changeset/brave-workspace-recursion.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-fix: include workspaceRoot when checking for installed dependencies in installOrRebuild to prevent infinite npm install recursion when install-app-deps runs from a workspace member's postinstall in npm workspaces
diff --git a/.changeset/crazy-pandas-cheer.md b/.changeset/crazy-pandas-cheer.md
deleted file mode 100644
index 1c5c1f6d72d..00000000000
--- a/.changeset/crazy-pandas-cheer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"electron-updater": patch
----
-
-fix: GitLab auth token differs between fetching channel yaml & API requests
diff --git a/.changeset/early-terms-repair.md b/.changeset/early-terms-repair.md
deleted file mode 100644
index 60e59d3214e..00000000000
--- a/.changeset/early-terms-repair.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-fix: bundling source files when using extraMetadata.name in Yarn Berry
diff --git a/.changeset/eight-dots-grin.md b/.changeset/eight-dots-grin.md
deleted file mode 100644
index 94dc8ecd237..00000000000
--- a/.changeset/eight-dots-grin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-Fix Windows node module collection failure when spaces are in package manager executable's path
diff --git a/.changeset/hot-falcons-serve.md b/.changeset/hot-falcons-serve.md
deleted file mode 100644
index a5a47a281a4..00000000000
--- a/.changeset/hot-falcons-serve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"electron-updater": patch
----
-
-fix(electron-updater): filter draft releases in PrivateGitHubProvider.getLatestVersionInfo
diff --git a/.changeset/little-pugs-tease.md b/.changeset/little-pugs-tease.md
deleted file mode 100644
index fb44ec22910..00000000000
--- a/.changeset/little-pugs-tease.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-fix: properly resolve package `version --> path` within pnpm virtual store
diff --git a/.changeset/odd-pots-post.md b/.changeset/odd-pots-post.md
deleted file mode 100644
index bc4720f6b71..00000000000
--- a/.changeset/odd-pots-post.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-fix(nsis): removing windows azure trusted signing preflight checks since TrustedSigning module has its own logging
diff --git a/.changeset/wise-carrots-hang.md b/.changeset/wise-carrots-hang.md
deleted file mode 100644
index a9b03ba2783..00000000000
--- a/.changeset/wise-carrots-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"app-builder-lib": patch
----
-
-fix: convert file path via vm.toVmFile() in windowsSignAzureManager
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d778d6ebd1..0d5a292e89c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,105 @@
+# [](https://github.com/electron-userland/electron-builder/compare/v26.0.20...v) (2026-05-05)
+
+
+### Bug Fixes
+
+* incorrect cache name set when `ELECTRON_BUILDER_CACHE` env var is present ([#9293](https://github.com/electron-userland/electron-builder/issues/9293)) ([e5f5799](https://github.com/electron-userland/electron-builder/commit/e5f5799fbb193a7a8700fcaaf1ab9e79c9c694ce))
+* `parseNameVersion` correctly splits scoped packages with `link:` paths ([#9653](https://github.com/electron-userland/electron-builder/issues/9653)) ([a69928f](https://github.com/electron-userland/electron-builder/commit/a69928f28cd33a487a3158bd5c3ad040906d3c30))
+* add corepack to e2e docker images for running e2e updater tests ([#9331](https://github.com/electron-userland/electron-builder/issues/9331)) ([8805806](https://github.com/electron-userland/electron-builder/commit/8805806cd249fc7674a5b84b2efd68e6fc0c0df3))
+* add signing queue for Windows packager to avoid concurrent signing issues with AzureTrustedSigning ([#9454](https://github.com/electron-userland/electron-builder/issues/9454)) ([b66832d](https://github.com/electron-userland/electron-builder/commit/b66832d6fc633b4b12ccdffc0501c6d31b48a85e))
+* after-install.tpl: Fix stdio redirects in update-alternative invocation ([#9536](https://github.com/electron-userland/electron-builder/issues/9536)) ([ec9e2db](https://github.com/electron-userland/electron-builder/commit/ec9e2dbbd864f0858cf0d3b719ad75a84c59f29c))
+* aliased packages not packaged with the correct name ([#9492](https://github.com/electron-userland/electron-builder/issues/9492)) ([25b5dd2](https://github.com/electron-userland/electron-builder/commit/25b5dd2b4a87554640c99ffef376af8703f69a3d))
+* allow `npm list` to work on yarn berry and bun project setups ([#9443](https://github.com/electron-userland/electron-builder/issues/9443)) ([e70da99](https://github.com/electron-userland/electron-builder/commit/e70da99e34c1cc913b237c5a58456bf752a378bc))
+* allow home dir when it's symlinked from `/var/home` ([#9389](https://github.com/electron-userland/electron-builder/issues/9389)) ([0cd0831](https://github.com/electron-userland/electron-builder/commit/0cd0831ec1c23b4fb4d701c10d586cb83d4ed2ed))
+* always use package key-value refs when reading from dependency list instead of required package `name` ([#9583](https://github.com/electron-userland/electron-builder/issues/9583)) ([dde4309](https://github.com/electron-userland/electron-builder/commit/dde4309b9114e06d0826e8badc2cb968ceb75642))
+* **appimage:** add entry for patched appimage toolset bundle to resolve issues on Ubuntu 25.1.0 ([#9673](https://github.com/electron-userland/electron-builder/issues/9673)) ([3958d8b](https://github.com/electron-userland/electron-builder/commit/3958d8b6cb7b74458ea541738af6ac753d2cf83a))
+* **appimage:** fix mime type directory in AppDir ([#9589](https://github.com/electron-userland/electron-builder/issues/9589)) ([8940ec6](https://github.com/electron-userland/electron-builder/commit/8940ec63bac6450ed9b7c5e761954f08e6fa4242))
+* **appimage:** resolve toolset with relative directory path ([#9610](https://github.com/electron-userland/electron-builder/issues/9610)) ([52dc667](https://github.com/electron-userland/electron-builder/commit/52dc6676f8fb8157e60a55df8021988bf6c48286))
+* **appimage:** use /usr/bin/env in hashbang so it works in non FHS distros ([#9664](https://github.com/electron-userland/electron-builder/issues/9664)) ([f71b101](https://github.com/electron-userland/electron-builder/commit/f71b101be964bdcc2b84fcf281441372105def00))
+* **build:** Revert "remove ci-info" commit ([#9398](https://github.com/electron-userland/electron-builder/issues/9398)) ([f8580dc](https://github.com/electron-userland/electron-builder/commit/f8580dcadc4fc1383b8d9661dc4c5bebec67cb9f))
+* change default value of disable_wayland depending on electron version (in order to support `electron` >38) ([#9337](https://github.com/electron-userland/electron-builder/issues/9337)) ([f4d7924](https://github.com/electron-userland/electron-builder/commit/f4d7924a082fbb9113d52782430f82b1f0ffcb52))
+* change root path for `electron/rebuild` ([#9376](https://github.com/electron-userland/electron-builder/issues/9376)) ([45a1683](https://github.com/electron-userland/electron-builder/commit/45a1683400b6525998256d83059ce7b562098eb1))
+* check if custom nsis and/or nsis resources paths is not purely an whitespace string ([#9420](https://github.com/electron-userland/electron-builder/issues/9420)) ([05e0bc7](https://github.com/electron-userland/electron-builder/commit/05e0bc7becf4057e7f7794597a57f33d23894f4b))
+* cleanup `actool` output file handle after `spawn` ([#9373](https://github.com/electron-userland/electron-builder/issues/9373)) ([1607820](https://github.com/electron-userland/electron-builder/commit/160782067f904b61d53eb28368aea58022fe1717))
+* convert file path via `vm.toVmFile()` in AzureTrusted signing to mirror Signtool ([#9676](https://github.com/electron-userland/electron-builder/issues/9676)) ([5c945b2](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e))
+* converting all node collector logic to *not* use `Promise.All`. Migrate to for-loop ([#9414](https://github.com/electron-userland/electron-builder/issues/9414)) ([e34be3b](https://github.com/electron-userland/electron-builder/commit/e34be3b3e8486c20cac316b4ae978ce275ea9cf7))
+* deleting default macOS appPlist keys using extendInfo ([#9481](https://github.com/electron-userland/electron-builder/issues/9481)) ([cb5b9c6](https://github.com/electron-userland/electron-builder/commit/cb5b9c6e47686b0329dbf808b36587a82db03d3b))
+* **dmg:** migrate python path search from `which` => `command -v` ([#9377](https://github.com/electron-userland/electron-builder/issues/9377)) ([82c07af](https://github.com/electron-userland/electron-builder/commit/82c07af19f7f3447f3a693a641bad7261e6b924f))
+* do not bundle source files when using `extraMetadata.name` override in Yarn Berry ([#9683](https://github.com/electron-userland/electron-builder/issues/9683)) ([9bc2626](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0))
+* double check "hoisted" mode for each node module, verify through filesystem check instead of `require`/`import-meta-resolve` methods ([#9401](https://github.com/electron-userland/electron-builder/issues/9401)) ([241c53a](https://github.com/electron-userland/electron-builder/commit/241c53a598d9eb566de06059b4aa2f2d97d8712c))
+* **electron-updater:** filter draft releases out when calling `PrivateGitHubProvider.getLatestVersionInfo` ([#9694](https://github.com/electron-userland/electron-builder/issues/9694)) ([a5d8ab9](https://github.com/electron-userland/electron-builder/commit/a5d8ab9436dd7db0c58a08cf9594e47613c4fc8e))
+* ensure correct dependency graph extraction order and yarn berry _dependencies support ([#9439](https://github.com/electron-userland/electron-builder/issues/9439)) ([bdfc76b](https://github.com/electron-userland/electron-builder/commit/bdfc76bf18cb02a38aa7b3624c9fb865c910c393))
+* GitLab auth token differs between fetching channel yaml & API requests ([#9703](https://github.com/electron-userland/electron-builder/issues/9703)) ([4bcf68a](https://github.com/electron-userland/electron-builder/commit/4bcf68abc957faae827ca50fa5c1bed3ddf7c956))
+* handle pnpm deduped dependencies correctly in node module collector ([#9618](https://github.com/electron-userland/electron-builder/issues/9618)) ([b348df0](https://github.com/electron-userland/electron-builder/commit/b348df0ba409fee488288ead097ac900141a6dad))
+* leverage app name instead of product name for linux executable name ([#9346](https://github.com/electron-userland/electron-builder/issues/9346)) ([d193871](https://github.com/electron-userland/electron-builder/commit/d19387174365c85968034149be43d80a39e7335f))
+* lint to unblock CI and move linter to enabled runner ([#9608](https://github.com/electron-userland/electron-builder/issues/9608)) ([4e83aeb](https://github.com/electron-userland/electron-builder/commit/4e83aeb610aad811413bfd626656dabc081957a3))
+* **mac:** handle `process.env.CSC_KEY_PASSWORD = undefined` cert password to parse as empty string fallback ([#9359](https://github.com/electron-userland/electron-builder/issues/9359)) ([d8ad468](https://github.com/electron-userland/electron-builder/commit/d8ad468cbf13ffb46889bbe0ba9f8c6d8ec1ac8f))
+* node 14 vs 15+ `promisify` warning on `child_process.exec` ([#9374](https://github.com/electron-userland/electron-builder/issues/9374)) ([ef364d3](https://github.com/electron-userland/electron-builder/commit/ef364d32c4fa78200249916af934b5235e04ba3e))
+* **normalizePackageData:** check `bd` variable instead of string "bd" ([#9669](https://github.com/electron-userland/electron-builder/issues/9669)) ([b072e92](https://github.com/electron-userland/electron-builder/commit/b072e92bd31b84df506deaf6156cc6109c7ef0f5))
+* **nsis:** allow $INSTDIR to be removed ([#9520](https://github.com/electron-userland/electron-builder/issues/9520)) ([cf10da8](https://github.com/electron-userland/electron-builder/commit/cf10da8d4988399232e5db62fe533789bdc816b2))
+* **nsis:** removing windows azure trusted signing preflight checks to use tool logging ([#9687](https://github.com/electron-userland/electron-builder/issues/9687)) ([a4f2d98](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e))
+* only use hardlinks during unit tests (or explicitly override) to avoid breaking debian builds where /opt is on a different drive ([#9397](https://github.com/electron-userland/electron-builder/issues/9397)) ([da1d768](https://github.com/electron-userland/electron-builder/commit/da1d7687c6d2d2db8e319e371ba001c946bf130c))
+* Optional dep's path cannot find in newest npm ([#9274](https://github.com/electron-userland/electron-builder/issues/9274)) ([38c2085](https://github.com/electron-userland/electron-builder/commit/38c2085e9a344812d32611d197d1df66d6644b45)), closes [#9259](https://github.com/electron-userland/electron-builder/issues/9259)
+* **pkg:** support arm64-only MAS submissions by setting correct `hostArchitectures` ([#9409](https://github.com/electron-userland/electron-builder/issues/9409)) ([b81c253](https://github.com/electron-userland/electron-builder/commit/b81c2539c4da4630b9e955f3afa6ec76cb30447b))
+* pnpm "Invalid string length" errors during node module collection (removes `--long` arg) ([#9470](https://github.com/electron-userland/electron-builder/issues/9470)) ([d38ae8e](https://github.com/electron-userland/electron-builder/commit/d38ae8e666ca3769dfa091643ef816632f6e206f))
+* pnpm collector returning zero modules ([#9535](https://github.com/electron-userland/electron-builder/issues/9535)) ([88070e9](https://github.com/electron-userland/electron-builder/commit/88070e95e602aa1e6985d770cb4c279fea58a4a6))
+* post-process parent directories of unpacked files ([#9419](https://github.com/electron-userland/electron-builder/issues/9419)) ([1c94529](https://github.com/electron-userland/electron-builder/commit/1c945290a38cc4b6070a4e756db58354aee5e683))
+* prevent install-app-deps infinite recursion in npm workspaces ([#9692](https://github.com/electron-userland/electron-builder/issues/9692)) ([a821ae8](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a))
+* properly collect node_modules when they're ESM and we're node>=16 ([#9380](https://github.com/electron-userland/electron-builder/issues/9380)) ([ec0a851](https://github.com/electron-userland/electron-builder/commit/ec0a85179b4508c372667f55e395d8b27c58a046))
+* properly resolve package `version --> path` within pnpm virtual store ([#9698](https://github.com/electron-userland/electron-builder/issues/9698)) ([fb92196](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c))
+* quote tempBatFile path in cmd.exe args to support paths with spaces ([#9566](https://github.com/electron-userland/electron-builder/issues/9566)) ([769b608](https://github.com/electron-userland/electron-builder/commit/769b6080a7258205e2ea7cac74526765b80f7e0f))
+* respect electron_builder_binaries_mirror in downloadArtifact ([#9631](https://github.com/electron-userland/electron-builder/issues/9631)) ([0c8fc41](https://github.com/electron-userland/electron-builder/commit/0c8fc415debf0dc7e19e8ffd9c06db100ef41f11))
+* restore duplicate dependency and workspace tree resolution ([#9548](https://github.com/electron-userland/electron-builder/issues/9548)) ([aec9157](https://github.com/electron-userland/electron-builder/commit/aec9157b5124acf9409a46461eca86cb1212831b))
+* search app directory before package directory to respect two-package.json project setups ([#9450](https://github.com/electron-userland/electron-builder/issues/9450)) ([39ae6a7](https://github.com/electron-userland/electron-builder/commit/39ae6a7fb7109e8ab865fd1438592440110f4b71))
+* search for actual path in hoisted mode for pnpm since it can still return virtual paths via CLI ([#9392](https://github.com/electron-userland/electron-builder/issues/9392)) ([65eecac](https://github.com/electron-userland/electron-builder/commit/65eecac1bec8fb5667621bdba4f1d2b1c75230b5))
+* skip Netlify PR deploy workflow on forks ([#9474](https://github.com/electron-userland/electron-builder/issues/9474)) ([858b5c5](https://github.com/electron-userland/electron-builder/commit/858b5c5580013b8a2c7827026354d080c4dc6e21))
+* **squirrel-windows:** remove spurious default vendor warning ([#9595](https://github.com/electron-userland/electron-builder/issues/9595)) ([5d4651d](https://github.com/electron-userland/electron-builder/commit/5d4651dbb29d0730d0fb3be96de79d9348c0a99c))
+* update `fpm` to v1.17.0 ([#9381](https://github.com/electron-userland/electron-builder/issues/9381)) ([6171472](https://github.com/electron-userland/electron-builder/commit/617147281ceb53e9d40be852678131d2832abd79))
+* update and fix `ci-info` import for detecting CI ([#9356](https://github.com/electron-userland/electron-builder/issues/9356)) ([2e0837b](https://github.com/electron-userland/electron-builder/commit/2e0837b279156ad5b60a71d1e2733b495c192f5a))
+* update pr-labeler config to correct syntax ([#9471](https://github.com/electron-userland/electron-builder/issues/9471)) ([4df70dc](https://github.com/electron-userland/electron-builder/commit/4df70dceac5f754c0ad45ae2ae7545fc781c9af6))
+* update the `dmgbuild` hex regex to be case insensitive ([#9487](https://github.com/electron-userland/electron-builder/issues/9487)) ([c3af390](https://github.com/electron-userland/electron-builder/commit/c3af390ec67becfe548a8c83f0d3ba828c28b751))
+* **updater:** don't throw on releases with non-semver tags when collecting full changelog ([#9550](https://github.com/electron-userland/electron-builder/issues/9550)) ([8aee1e6](https://github.com/electron-userland/electron-builder/commit/8aee1e6944afae05a60d2a392743a78f818ee6de))
+* use `["workspaces", "list", "--json"]` instead of `workspaceRoot` for yarn v2+ package manager ([#9415](https://github.com/electron-userland/electron-builder/issues/9415)) ([4d24ebd](https://github.com/electron-userland/electron-builder/commit/4d24ebd79ea33d8d9afa4a4bf18af90e968d0ff3))
+* Use `yarn config --json` to parse yarn berry (output varies v2-4) ([#9371](https://github.com/electron-userland/electron-builder/issues/9371)) ([2f3e7e1](https://github.com/electron-userland/electron-builder/commit/2f3e7e1e67dd30c4987c33172ca6857ee0a2fc14))
+* use correct types for makeUniversalApp (e.g. `undefined` instead of potentially `null`) ([#9416](https://github.com/electron-userland/electron-builder/issues/9416)) ([ada111e](https://github.com/electron-userland/electron-builder/commit/ada111ebe82d9487c27441969ab15899bafad4c9))
+* utilize a js helper `dynamic-import.js` for trying `await import` and `require` ([#9299](https://github.com/electron-userland/electron-builder/issues/9299)) ([9f06a85](https://github.com/electron-userland/electron-builder/commit/9f06a859f9c82b305d0a43c5b6e8c47d1c7451f1))
+* validate package version w/ `semver` when traversing directories in search of a matching node module ([#9424](https://github.com/electron-userland/electron-builder/issues/9424)) ([e3f3592](https://github.com/electron-userland/electron-builder/commit/e3f3592cfa8043c646d1791fa7f41feb45556ea9))
+* Windows build fails with spawn EINVAL after Node.js security fix ([#9489](https://github.com/electron-userland/electron-builder/issues/9489)) ([3022f0f](https://github.com/electron-userland/electron-builder/commit/3022f0f840c893d14beb82d638bedb8ed27d7ae6))
+* Windows node module collection fails for PMs with whitespace in filepath ([#9695](https://github.com/electron-userland/electron-builder/issues/9695)) ([9967672](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0))
+* **win:** rebuild app exe if header of the asar has changed ([#9607](https://github.com/electron-userland/electron-builder/issues/9607)) ([02a9105](https://github.com/electron-userland/electron-builder/commit/02a9105d1c4420e418d740dfa0bbbd22d5b44735))
+
+
+### Features
+
+* add `size` option to DmgOptions for explicit DMG filesystem size ([#9543](https://github.com/electron-userland/electron-builder/issues/9543)) ([bfee115](https://github.com/electron-userland/electron-builder/commit/bfee115b185fa4dcb14b0fae6ccee1adc4d4590e))
+* add support for dmgbuild's `badge-icon` configuration ([#9513](https://github.com/electron-userland/electron-builder/issues/9513)) ([b1d6e24](https://github.com/electron-userland/electron-builder/commit/b1d6e2417001977d12dc8365e6c5ceb5ac9d49c9))
+* adding additional toolsets support for win-codesign/windows-kits ([#9430](https://github.com/electron-userland/electron-builder/issues/9430)) ([1b39a8e](https://github.com/electron-userland/electron-builder/commit/1b39a8e23c019a0e61fbe1fe5e973113036d255b))
+* adding bun node_module collector support ([#9357](https://github.com/electron-userland/electron-builder/issues/9357)) ([811d13d](https://github.com/electron-userland/electron-builder/commit/811d13d730fe78ee2e721b7c537e8b3e5579a4f0))
+* allow target specific build options to override top-level publish configuration ([#9425](https://github.com/electron-userland/electron-builder/issues/9425)) ([5f962f9](https://github.com/electron-userland/electron-builder/commit/5f962f9cae875da1208caa96fe040b2fe9224ea7))
+* allowing negative patterns to be provided for `signExts` as signing overrides ([#9335](https://github.com/electron-userland/electron-builder/issues/9335)) ([16c8fa1](https://github.com/electron-userland/electron-builder/commit/16c8fa19b288770a6d24164e562a353877e59536))
+* **app-builder-lib:** Allow local nsis-resources via env var `ELECTRON_BUILDER_NSIS_RESOURCES_DIR` ([#9333](https://github.com/electron-userland/electron-builder/issues/9333)) ([6a49f85](https://github.com/electron-userland/electron-builder/commit/6a49f85c69a22844729033f023249975f47a28f1))
+* **appimage:** Launch with `--no-sandbox` only when necessary ([#9590](https://github.com/electron-userland/electron-builder/issues/9590)) ([ed422f3](https://github.com/electron-userland/electron-builder/commit/ed422f36540a93e9bd2a19bc7a5e729bf2b033ea))
+* **appimage:** support static appimage runtime via `toolsets` property ([#9558](https://github.com/electron-userland/electron-builder/issues/9558)) ([c18f0eb](https://github.com/electron-userland/electron-builder/commit/c18f0eb26bd9ba366b45e0ff9e85cdee0daba4ef))
+* Check for `\S` Silent Flag when executing NSIS Uninstaller ([#9282](https://github.com/electron-userland/electron-builder/issues/9282)) ([836a15c](https://github.com/electron-userland/electron-builder/commit/836a15c6c70abf8582aaa63603e14f77d5fa3f89))
+* **electron-publish:** add gitlab publisher ([#9209](https://github.com/electron-userland/electron-builder/issues/9209)) ([6fd391d](https://github.com/electron-userland/electron-builder/commit/6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f))
+* Expanding `${arch}` macro for `mac.binaries` in case of unpacked files within universal builds ([#9263](https://github.com/electron-userland/electron-builder/issues/9263)) ([08773af](https://github.com/electron-userland/electron-builder/commit/08773afadfe10911ed1dff084fefe1024c5a74d8))
+* **flatpak:** use configuration for `executableArgs` ([#9530](https://github.com/electron-userland/electron-builder/issues/9530)) ([d56550f](https://github.com/electron-userland/electron-builder/commit/d56550f75828ef3c097377264336794f2f65da86))
+* improve detecting pm and support bun ([#9262](https://github.com/electron-userland/electron-builder/issues/9262)) ([c51f962](https://github.com/electron-userland/electron-builder/commit/c51f96272517c08a09504445fb31e61326e0c381))
+* **nsis:** detect Windows version and exclude Windows 7 compatibility logic when on Windows 8+ ([#9564](https://github.com/electron-userland/electron-builder/issues/9564)) ([13d8535](https://github.com/electron-userland/electron-builder/commit/13d85355b6d37bd82d5153d260ba11de71323875))
+* pass release notes to GitHub/GitLab release body ([#9581](https://github.com/electron-userland/electron-builder/issues/9581)) ([b7df0bc](https://github.com/electron-userland/electron-builder/commit/b7df0bcef5790814fd6df187346dcec625dc681e))
+* Provide progress updates for multiple range differential downloads ([#9448](https://github.com/electron-userland/electron-builder/issues/9448)) ([3533a3e](https://github.com/electron-userland/electron-builder/commit/3533a3eb5af01416db3ecac703d6da031b05e615))
+* support `corepack` `packageManager` and add related unit tests ([#9309](https://github.com/electron-userland/electron-builder/issues/9309)) ([b741b72](https://github.com/electron-userland/electron-builder/commit/b741b726daeb06080ab1cf46a93d318fd89ae4e7))
+* support Icon Composer icons for macOS ([#9279](https://github.com/electron-userland/electron-builder/issues/9279)) ([b6a34c0](https://github.com/electron-userland/electron-builder/commit/b6a34c00c35e42dc279a55d672558ea7badc7fcd))
+* update `dmgbuild` and migrate to portable `dmgbuild` python bundle ([#9516](https://github.com/electron-userland/electron-builder/issues/9516)) ([9b1dbb2](https://github.com/electron-userland/electron-builder/commit/9b1dbb2f56662b2072662ed7432228e1c4437640))
+* **windows:** add `capabilities` macro for `AppxOptions` ([#9437](https://github.com/electron-userland/electron-builder/issues/9437)) ([3fa2d89](https://github.com/electron-userland/electron-builder/commit/3fa2d894ac609d0d819d7adb80ff50bfca08039f))
+
+
+### Performance Improvements
+
+* optimize duplicate checking in asar packager using Set ([#9386](https://github.com/electron-userland/electron-builder/issues/9386)) ([7f7113d](https://github.com/electron-userland/electron-builder/commit/7f7113dc435a427ca4ff041fb138512ac0bdeaaa))
+
+
+
# [](https://github.com/electron-userland/electron-builder/compare/v26.0.20...v) (2026-04-12)
diff --git a/packages/app-builder-lib/CHANGELOG.md b/packages/app-builder-lib/CHANGELOG.md
index 9b611fffd6d..d6cdbffc65f 100644
--- a/packages/app-builder-lib/CHANGELOG.md
+++ b/packages/app-builder-lib/CHANGELOG.md
@@ -1,5 +1,27 @@
# app-builder-lib
+## 26.9.1
+
+### Patch Changes
+
+- Fix: include workspaceRoot when checking for installed dependencies in installOrRebuild to prevent infinite npm install recursion when install-app-deps runs from a workspace member's postinstall in npm workspaces _[`#9692`](https://github.com/electron-userland/electron-builder/pull/9692) [`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [@beyondkmp](https://github.com/beyondkmp)_
+- Fix: bundling source files when using extraMetadata.name in Yarn Berry _[`#9683`](https://github.com/electron-userland/electron-builder/pull/9683) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [@DCzajkowski](https://github.com/DCzajkowski)_
+- Fix Windows node module collection failure when spaces are in package manager executable's path _[`#9695`](https://github.com/electron-userland/electron-builder/pull/9695) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_
+- Fix: properly resolve package `version --> path` within pnpm virtual store _[`#9698`](https://github.com/electron-userland/electron-builder/pull/9698) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [@mmaietta](https://github.com/mmaietta)_
+- Fix(nsis): removing windows azure trusted signing preflight checks since TrustedSigning module has its own logging _[`#9687`](https://github.com/electron-userland/electron-builder/pull/9687) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [@mmaietta](https://github.com/mmaietta)_
+- Fix: convert file path via vm.toVmFile() in windowsSignAzureManager _[`#9676`](https://github.com/electron-userland/electron-builder/pull/9676) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_
+
+Updated 2 dependencies
+
+
+
+
+
+- `dmg-builder@26.9.1`
+- `electron-builder-squirrel-windows@26.9.1`
+
+
+
## 26.9.0
### Minor Changes
diff --git a/packages/app-builder-lib/package.json b/packages/app-builder-lib/package.json
index f10e80248bb..48eab070779 100644
--- a/packages/app-builder-lib/package.json
+++ b/packages/app-builder-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "out/index.js",
"files": [
"out",
diff --git a/packages/app-builder-lib/src/version.ts b/packages/app-builder-lib/src/version.ts
index 7987f926aa2..b0898b95c69 100644
--- a/packages/app-builder-lib/src/version.ts
+++ b/packages/app-builder-lib/src/version.ts
@@ -1 +1 @@
-export const PACKAGE_VERSION = "26.9.0"
+export const PACKAGE_VERSION = "26.9.1"
diff --git a/packages/dmg-builder/CHANGELOG.md b/packages/dmg-builder/CHANGELOG.md
index 03ea42bee8a..e03bc8ee6c4 100644
--- a/packages/dmg-builder/CHANGELOG.md
+++ b/packages/dmg-builder/CHANGELOG.md
@@ -1,5 +1,21 @@
# dmg-builder
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/dmg-builder/package.json b/packages/dmg-builder/package.json
index 5de2b39731f..03bc5d4b5e4 100644
--- a/packages/dmg-builder/package.json
+++ b/packages/dmg-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-builder-squirrel-windows/CHANGELOG.md b/packages/electron-builder-squirrel-windows/CHANGELOG.md
index 50325f325a1..ca5106eae15 100644
--- a/packages/electron-builder-squirrel-windows/CHANGELOG.md
+++ b/packages/electron-builder-squirrel-windows/CHANGELOG.md
@@ -1,5 +1,21 @@
# electron-builder-squirrel-windows
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-builder-squirrel-windows/package.json b/packages/electron-builder-squirrel-windows/package.json
index 2b3dee55f36..88ba0ab0033 100644
--- a/packages/electron-builder-squirrel-windows/package.json
+++ b/packages/electron-builder-squirrel-windows/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-builder/CHANGELOG.md b/packages/electron-builder/CHANGELOG.md
index 79532f81eea..fefcf6fa4f6 100644
--- a/packages/electron-builder/CHANGELOG.md
+++ b/packages/electron-builder/CHANGELOG.md
@@ -1,5 +1,22 @@
# electron-builder
+## 26.9.1
+
+### Patch Changes
+
+Updated 2 dependencies
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+- `dmg-builder@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-builder/package.json b/packages/electron-builder/package.json
index 88799467e4c..e658e5e5189 100644
--- a/packages/electron-builder/package.json
+++ b/packages/electron-builder/package.json
@@ -1,7 +1,7 @@
{
"name": "electron-builder",
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "out/index.js",
"files": [
"out"
diff --git a/packages/electron-forge-maker-appimage/CHANGELOG.md b/packages/electron-forge-maker-appimage/CHANGELOG.md
index 05017b07f06..1bf0f9aa6fa 100644
--- a/packages/electron-forge-maker-appimage/CHANGELOG.md
+++ b/packages/electron-forge-maker-appimage/CHANGELOG.md
@@ -1,5 +1,21 @@
# electron-forge-maker-appimage
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-forge-maker-appimage/package.json b/packages/electron-forge-maker-appimage/package.json
index 007d069b0af..b517963e659 100644
--- a/packages/electron-forge-maker-appimage/package.json
+++ b/packages/electron-forge-maker-appimage/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-appimage",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-forge-maker-nsis-web/CHANGELOG.md b/packages/electron-forge-maker-nsis-web/CHANGELOG.md
index f2e98dacef7..cfcc1e15242 100644
--- a/packages/electron-forge-maker-nsis-web/CHANGELOG.md
+++ b/packages/electron-forge-maker-nsis-web/CHANGELOG.md
@@ -1,5 +1,21 @@
# electron-forge-maker-nsis-web
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-forge-maker-nsis-web/package.json b/packages/electron-forge-maker-nsis-web/package.json
index b2f0c402602..dc2528936e8 100644
--- a/packages/electron-forge-maker-nsis-web/package.json
+++ b/packages/electron-forge-maker-nsis-web/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis-web",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-forge-maker-nsis/CHANGELOG.md b/packages/electron-forge-maker-nsis/CHANGELOG.md
index ecfef1b393a..2c8b883f0f0 100644
--- a/packages/electron-forge-maker-nsis/CHANGELOG.md
+++ b/packages/electron-forge-maker-nsis/CHANGELOG.md
@@ -1,5 +1,21 @@
# electron-forge-maker-nsis
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-forge-maker-nsis/package.json b/packages/electron-forge-maker-nsis/package.json
index b99edd0c36c..1c48025171b 100644
--- a/packages/electron-forge-maker-nsis/package.json
+++ b/packages/electron-forge-maker-nsis/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-forge-maker-snap/CHANGELOG.md b/packages/electron-forge-maker-snap/CHANGELOG.md
index c4c99bef9ed..ba6fe2bd360 100644
--- a/packages/electron-forge-maker-snap/CHANGELOG.md
+++ b/packages/electron-forge-maker-snap/CHANGELOG.md
@@ -1,5 +1,21 @@
# electron-forge-maker-snap
+## 26.9.1
+
+### Patch Changes
+
+Updated 1 dependency
+
+
+
+[`a821ae8`](https://github.com/electron-userland/electron-builder/commit/a821ae8bff54aff563c39414e1134dfad862814a) [`9bc2626`](https://github.com/electron-userland/electron-builder/commit/9bc26260e1e1b314325227fac7c58ac6085d1fe0) [`9967672`](https://github.com/electron-userland/electron-builder/commit/99676722552714a97c2285b170230ef941d411c0) [`fb92196`](https://github.com/electron-userland/electron-builder/commit/fb921963168cf654e05e5230b2ca1280a326667c) [`a4f2d98`](https://github.com/electron-userland/electron-builder/commit/a4f2d98a64087a0fc822e574d033b7770697b09e) [`5c945b2`](https://github.com/electron-userland/electron-builder/commit/5c945b21f775b8dead1d5afb508517c43c31ef6e)
+
+
+
+- `app-builder-lib@26.9.1`
+
+
+
## 26.9.0
### Patch Changes
diff --git a/packages/electron-forge-maker-snap/package.json b/packages/electron-forge-maker-snap/package.json
index 052da2610a7..b6c11aeefcb 100644
--- a/packages/electron-forge-maker-snap/package.json
+++ b/packages/electron-forge-maker-snap/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
- "version": "26.9.0",
+ "version": "26.9.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
diff --git a/packages/electron-updater/CHANGELOG.md b/packages/electron-updater/CHANGELOG.md
index a788a459657..3e453565c0f 100644
--- a/packages/electron-updater/CHANGELOG.md
+++ b/packages/electron-updater/CHANGELOG.md
@@ -1,5 +1,12 @@
## 4.3.0
+## 6.8.5
+
+### Patch Changes
+
+- Fix: GitLab auth token differs between fetching channel yaml & API requests _[`#9703`](https://github.com/electron-userland/electron-builder/pull/9703) [`4bcf68a`](https://github.com/electron-userland/electron-builder/commit/4bcf68abc957faae827ca50fa5c1bed3ddf7c956) [@mmaietta](https://github.com/mmaietta)_
+- Fix(electron-updater): filter draft releases in PrivateGitHubProvider.getLatestVersionInfo _[`#9694`](https://github.com/electron-userland/electron-builder/pull/9694) [`a5d8ab9`](https://github.com/electron-userland/electron-builder/commit/a5d8ab9436dd7db0c58a08cf9594e47613c4fc8e) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_
+
## 6.8.4
### Patch Changes
diff --git a/packages/electron-updater/package.json b/packages/electron-updater/package.json
index 7c2689f2965..06ffe5c5a67 100644
--- a/packages/electron-updater/package.json
+++ b/packages/electron-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
- "version": "6.8.4",
+ "version": "6.8.5",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
diff --git a/packages/electron-updater/src/providers/GitLabProvider.ts b/packages/electron-updater/src/providers/GitLabProvider.ts
index 12fe2cac402..016248ce307 100644
--- a/packages/electron-updater/src/providers/GitLabProvider.ts
+++ b/packages/electron-updater/src/providers/GitLabProvider.ts
@@ -79,7 +79,10 @@ export class GitLabProvider extends Provider {
try {
latestRelease = JSON.parse(releaseResponse)
} catch (e: any) {
- throw newError(`Unable to parse latest release response from GitLab (${latestReleaseUrl}): response was not valid JSON: ${e.stack || e.message}`, "ERR_UPDATER_LATEST_VERSION_NOT_FOUND")
+ throw newError(
+ `Unable to parse latest release response from GitLab (${latestReleaseUrl}): response was not valid JSON: ${e.stack || e.message}`,
+ "ERR_UPDATER_LATEST_VERSION_NOT_FOUND"
+ )
}
if (latestRelease.upcoming_release) {
diff --git a/test/src/provider/githubProviderTest.ts b/test/src/provider/githubProviderTest.ts
index c6917cb91c0..fa897a86406 100644
--- a/test/src/provider/githubProviderTest.ts
+++ b/test/src/provider/githubProviderTest.ts
@@ -167,9 +167,7 @@ test("getLatestTagName failure - throws ERR_UPDATER_INVALID_RELEASE_FEED", async
const updater = await createPublicUpdater(requestSpy)
updater.allowPrerelease = false
- requestSpy
- .mockResolvedValueOnce(mockAtomFeed([{ tag: STABLE_TAG, title: STABLE_TAG }]))
- .mockRejectedValueOnce(new Error("Connection refused"))
+ requestSpy.mockResolvedValueOnce(mockAtomFeed([{ tag: STABLE_TAG, title: STABLE_TAG }])).mockRejectedValueOnce(new Error("Connection refused"))
await expect(updater.checkForUpdates()).rejects.toMatchObject({ code: "ERR_UPDATER_INVALID_RELEASE_FEED" })
})