From 66c39c4dad4bd1b743041bf8a3bfee4ab81bdc06 Mon Sep 17 00:00:00 2001 From: masaaya <156692516+mkanetsuna@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:21:25 +0900 Subject: [PATCH 1/3] Update internal setup-node pin to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab4edf2..efd9c38 100644 --- a/action.yml +++ b/action.yml @@ -119,7 +119,7 @@ runs: - name: Ensure Node.js available # Pin to a commit hash because some repositories require it: # https://github.com/openai/codex-action/issues/43 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: "20" From e3e104cd266cc2140979b9d92ab82ec57c24cded Mon Sep 17 00:00:00 2001 From: masaaya <156692516+mkanetsuna@users.noreply.github.com> Date: Mon, 8 Jun 2026 12:54:15 +0900 Subject: [PATCH 2/3] Use Node 24 for internal setup-node step --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index efd9c38..d966b26 100644 --- a/action.yml +++ b/action.yml @@ -121,7 +121,7 @@ runs: # https://github.com/openai/codex-action/issues/43 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: "20" + node-version: "24" - name: Check repository write access env: From 46203396ed696089cb6f3ae9d0b591b56b988bae Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 22 Jun 2026 12:18:35 -0700 Subject: [PATCH 3/3] setup-node 6.3.0 Match hash used in openai/codex repo: https://github.com/openai/codex/blob/15f448d8b06c25c9ad04b2abeb3e4e2f07e4c327/.github/workflows/rust-release.yml#L1273-L1276 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d966b26..69d3c59 100644 --- a/action.yml +++ b/action.yml @@ -119,7 +119,7 @@ runs: - name: Ensure Node.js available # Pin to a commit hash because some repositories require it: # https://github.com/openai/codex-action/issues/43 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: "24"