From 5ca80ae49846ecc1c4d756289bf5e1fe8a4ab506 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:41:32 +0000 Subject: [PATCH 1/2] Initial plan From 2926e3c4becb2273348498ebcd2fc1a7886e2db5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:51:23 +0000 Subject: [PATCH 2/2] Remove @actions/core import from push_repo_memory.cjs The file now uses global.core provided by github-script action environment, consistent with other files in actions/setup/js/. This fixes the issue where @actions/core package was not available locally. Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- actions/setup/js/push_repo_memory.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/setup/js/push_repo_memory.cjs b/actions/setup/js/push_repo_memory.cjs index faf755ed28..4757a5d3c7 100644 --- a/actions/setup/js/push_repo_memory.cjs +++ b/actions/setup/js/push_repo_memory.cjs @@ -4,7 +4,6 @@ const fs = require("fs"); const path = require("path"); const { execSync } = require("child_process"); -const core = require("@actions/core"); /** * Push repo-memory changes to git branch