From d451bd8cd1714789ebc2d90637fd97938b84cf94 Mon Sep 17 00:00:00 2001 From: priyagupta108 Date: Tue, 14 Jul 2026 10:13:02 +0530 Subject: [PATCH] Clarify ESM migration details in README for V7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b615392..f0dbec49 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This action provides the following functionality for GitHub Actions users: - Registering problem matchers for error output ## 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