From 38e9d41b8cc469e6a5daff82518e284c7e2f4d85 Mon Sep 17 00:00:00 2001 From: priyagupta108 Date: Tue, 30 Jun 2026 17:15:24 +0530 Subject: [PATCH] Add ESM migration note to README for V7 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 32c86d7..acaef6a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ This action sets up a Go environment for use in GitHub Actions by: - Optionally caching Go modules and build outputs - Registering problem matchers for error output +## Breaking changes in V7 + +The V7 edition of the action includes: +- **Migrated to ESM** to enable support for the latest `@actions/*` package versions. + ## Breaking changes in V6 The V6 edition of the action includes: