From 049908bf0734c1123b5bd365df0bb0e509721bb8 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:58:25 -0500 Subject: [PATCH] Revise README for V7 updates and breaking changes Updated README to reflect new features in V7 and clarify migration to ESM. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b00a9e4..6e632819 100644 --- a/README.md +++ b/README.md @@ -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