Clarify ESM migration details in README for V7

This commit is contained in:
priyagupta108 2026-07-14 10:13:02 +05:30
parent 256a3b257e
commit d451bd8cd1

View file

@ -12,7 +12,7 @@ This action provides the following functionality for GitHub Actions users:
- Registering problem matchers for error output - Registering problem matchers for error output
## Breaking changes in V7 ## Breaking changes in V7
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions. - Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
## Breaking changes in V6 ## Breaking changes in V6