- Add `update.githubActionsServer` setting to configure GitHub server URL for actions and enable skipping GitHub Action dependencies via `update.githubActions=false`.
- Secure web‑based authentication by capping token poll response bodies at 64 KiB and avoiding reads of non‑OK responses, mitigating memory‑exhaustion attacks.
- Fix catalog resolution through pnpr servers, Windows nested workspace install crash, republish packages missing compiled files, revert script ordering for `pnpm run`, add `--from git` support to `pnpm version`, and display plain URL with...