From 4ec1baf3c021705aa027a99ae3306a27a4cc6a21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 01:02:30 +0000 Subject: [PATCH 1/2] Initial plan From 76d54771000a43cafb7bbfd2e3fa69e5dc106b69 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 01:04:28 +0000 Subject: [PATCH 2/2] fix: use namespace import for @actions/core 3.0.0 (no default export) Co-authored-by: bcomnes <166301+bcomnes@users.noreply.github.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7c4a164..4275db5 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import core from '@actions/core' +import * as core from '@actions/core' import { NeocitiesAPIClient, printDeployText,