From 55ce3aa98beace1d8783b512698ec17a1072d289 Mon Sep 17 00:00:00 2001 From: Priya Gupta <147705955+priyagupta108@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:28:24 +0530 Subject: [PATCH] Update README with ESM migration details Clarified migration details to ESM for action compatibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acaef6a..6dd4c33 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This action sets up a Go environment for use in GitHub Actions by: ## Breaking changes in V7 The V7 edition of the action includes: -- **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