From e6ece587b23a5c18326225abf874545b93133b04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:54:42 +0000 Subject: [PATCH 1/4] Upgrade from Node.js 20 to Node.js 24 LTS (#558) * migrate nodejs from 20 to 24 * chore: update changeset * Update .changeset/tall-flowers-fry.md * Update .changeset/tall-flowers-fry.md --------- --- .github/actions/ci-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index 00f2352..dfe56eb 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: ".node-version" cache: yarn From 77a2435fe0defd89bd97699da84cad18be524824 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:54:43 +0000 Subject: [PATCH 2/4] Upgrade from Node.js 20 to Node.js 24 LTS (#558) * migrate nodejs from 20 to 24 * chore: update changeset * Update .changeset/tall-flowers-fry.md * Update .changeset/tall-flowers-fry.md --------- --- .node-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.node-version b/.node-version index 620c5e1..c519bf5 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v22.9.0 +v24.11.0 From ceab59184d07f0282d7b0c16c84359068d00a425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:54:44 +0000 Subject: [PATCH 3/4] Upgrade from Node.js 20 to Node.js 24 LTS (#558) * migrate nodejs from 20 to 24 * chore: update changeset * Update .changeset/tall-flowers-fry.md * Update .changeset/tall-flowers-fry.md --------- --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5b74bec..863d571 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Changesets description: A GitHub action to automate releases with Changesets runs: - using: "node20" + using: "node24" main: "dist/index.js" inputs: publish: From 7930e6893c1355b54789b1f0725af87b3ba09cbc Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Sun, 1 Feb 2026 15:29:19 +0530 Subject: [PATCH 4/4] conflicted commit cherry-picked --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c591185..5486892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@step-security/action", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "type": "module", "license": "MIT", @@ -31,7 +31,7 @@ "changeset": "changeset" }, "engines": { - "node": ">= 20" + "node": ">= 24" }, "dependencies": { "@actions/core": "^1.11.1",