Add ESM migration note to README for V7

This commit is contained in:
Priya Gupta 2026-07-01 11:02:29 +05:30 committed by priyagupta108
parent 6900cbed63
commit 780b044465

View file

@ -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 - Installing a version of Python or PyPy and (by default) adding it to the PATH
- Optionally caching dependencies for pip, pipenv and poetry - Optionally caching dependencies for pip, pipenv and poetry
- Registering problem matchers for error output - 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 ## Breaking changes in V6