- Publishing now uses the exact version from the package manifest and a new `pnpm update` changeset flag automatically creates changeset files for dependency bumps.
- Added `update` and `audit` sections to `pnpm workspace.yaml`, deprecating the old `updateConfig`, `auditConfig`, and `auditLevel` settings with precedence warnings.
- Added GitHub Actions support for `pnpm outdated`/`update`, pinned action versions, and fixed version‑prefix handling for `pnpm add` and peerDependencies.