Revise README for V7 updates and breaking changes

Updated README to reflect new features in V7 and clarify migration to ESM.
This commit is contained in:
Haritha 2026-07-17 12:58:25 -05:00 committed by GitHub
parent b789df37d6
commit 049908bf07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,9 +12,10 @@ This action provides the following functionality for GitHub Actions users:
- Registering problem matchers for error output
- Configuring authentication for GPR or npm
## Breaking changes in V7
## What's new in V7
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions.
The V7 edition of the action includes:
- Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
## Breaking changes in V6