Maintainers Released Changesets v3 Software Update
The release transitioned the tool to an ESM-only distribution while drastically reducing installation size.
Updated on Sept. 22, 2026 in Software

Live Poll
Is now a good time for your team to upgrade to the latest development tools?
On August 11, 2026, the team behind Changesets launched version 3, implementing a major transition to an ESM-only distribution. The update significantly streamlines the software to improve performance within JavaScript monorepos.
Why it matters
This update addresses long-standing user dissatisfaction by changing peer dependency updates to trigger a patch bump rather than a major bump. This shift prevents unnecessary breaking changes that previously disrupted developer workflows.
Changesets v3 reduced the installation size to 2.1MB from 16.1MB, representing an 87% decrease. The CLI was also completely rebuilt using cac and clack to support the new architecture.
The players
Changesets
Changesets is a tool commonly used for managing versioning and changelogs within JavaScript monorepo projects.
The details
The project maintainers used a public v3 release plan where contributors write release intent into markdown files for the CLI to process. The tool now mandates specific environment requirements, including Node.js 22.11, pnpm 10, npm 10.9, or Yarn 4.5.2.
Timeline
August 11, 2026: Changesets v3 was officially released.
The Tech Race
The adoption of ESM-only distribution standards in Changesets v3 follows a broader industry move toward native module support in JavaScript development. This shift positions the project to abandon legacy CommonJS compatibility in favor of more modern, streamlined build environments.
Developers utilizing this tool will see faster installation times and reduced overhead due to the decreased dependency count. Teams will also benefit from smoother versioning cycles since peer dependency updates are now less intrusive.
The takeaway
Developers managing large-scale codebases should review their dependency configurations to ensure compatibility with the updated version requirements. Embracing modularity in tooling often reduces the maintenance burden as projects grow in complexity.
Further reading
Learn more about the latest developments in Software for developers.
Live Poll
Is now a good time for your team to upgrade to the latest development tools?







