Skip to content

chore: release v1.1.0 - #205

Merged
aeaa1998 merged 1 commit into
mainfrom
claude/github-action-node-24-3bmfm4
Aug 28, 2026
Merged

chore: release v1.1.0#205
aeaa1998 merged 1 commit into
mainfrom
claude/github-action-node-24-3bmfm4

Conversation

@aeaa1998

Copy link
Copy Markdown
Contributor

Release bump for the Node 24 work now on main (#202, #203, #204).

Changes

File Change
package.json / package-lock.json 1.0.01.1.0
README.md Both usage examples repointed @v1.0.5@v1.1.0
README.md Dev-setup note said "Requires Node.js 24 or later", which contradicted the engines floor agreed in #202 — now states 18.18+, with Node 24 recommended for anyone committing a rebuilt dist/

No source or dist/ changes.

Note on the version field

package.json was on 1.0.0 while released tags had reached v1.0.5 — the field has never tracked releases. Setting it to 1.1.0 here fixes that drift, so it now matches the tag.

What's in this release

PR Change
#202 Action runtime node16node24; CI on Node 24.x; engines set to the toolchain floor; TS target ES2024
#203 17 npm advisories → 0; axios → 1.20.0; dist/ 1.36MB → 655KB
#204 actions/checkout v4.3.0 → v7.0.1, setup-node v4.3.0 → v7.0.0, upload-artifact v4.6.2 → v7.0.1

Why minor, not patch

The node16node24 runtime change is consumer-visible: self-hosted runners need runner v2.327.1 or later. GitHub-hosted runners are unaffected, and the repo has no floating v1 tag — consumers pin exact versions — so nobody is upgraded without editing their workflow. v1.0.5 stays available for anyone on an older runner.

Beyond the CVE list, #203 fixes a real bug for proxied environments: axios older than 1.16.1 issues non-CONNECT requests for HTTPS, so the action currently fails outright behind a corporate egress proxy.

After merge

Tag v1.1.0 on main.


🤖 Generated with Claude Code

https://claude.ai/code/session_01UTdciRVE8crbaoxq4JyXt4


Generated by Claude Code

- bump package version 1.0.0 -> 1.1.0 (the field had drifted; tags were at v1.0.5)
- repoint README usage examples to v1.1.0
- align the dev-setup node note with the engines floor

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UTdciRVE8crbaoxq4JyXt4
@aeaa1998
aeaa1998 marked this pull request as ready for review August 28, 2026 19:34
@aeaa1998
aeaa1998 requested a review from weiyin August 28, 2026 19:37
@aeaa1998
aeaa1998 merged commit 2a2c772 into main Aug 28, 2026
3 checks passed
@aeaa1998
aeaa1998 deleted the claude/github-action-node-24-3bmfm4 branch August 28, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants