From 780b044465c28644da0f69734d970f0697b06fba Mon Sep 17 00:00:00 2001 From: Priya Gupta <147705955+priyagupta108@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:02:29 +0530 Subject: [PATCH] Add ESM migration note to README for V7 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7cf695cf..0b615392 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This action provides the following functionality for GitHub Actions users: - Installing a version of Python or PyPy and (by default) adding it to the PATH - Optionally caching dependencies for pip, pipenv and poetry - Registering problem matchers for error output +## Breaking changes in V7 + +- **Migrated to ESM** to enable support for the latest `@actions/*` package versions. ## Breaking changes in V6