Skip to content

Update release actions to Node 24 - #3

Merged
moinulmoin merged 1 commit into
mainfrom
agent/v1-3-release-runtime
Jul 23, 2026
Merged

Update release actions to Node 24#3
moinulmoin merged 1 commit into
mainfrom
agent/v1-3-release-runtime

Conversation

@moinulmoin

Copy link
Copy Markdown
Owner

What changed

  • upgrade official GitHub Actions to their current Node 24-compatible majors
  • upgrade the GitHub release action to its current Node 24-compatible major

Why

The v1.3.0 release dry run passed, but GitHub emitted Node 20 deprecation warnings for the older action majors. Updating before tagging keeps CI and publishing on supported runtimes and avoids shipping a release with known workflow warnings.

Validation

  • official release manifests and release notes checked for current major versions
  • v1.3.0 release dry run passed before this maintenance update
  • PR CI and a second release dry run will gate the tag

@moinulmoin
moinulmoin merged commit 8804929 into main Jul 23, 2026
6 checks passed
@moinulmoin
moinulmoin deleted the agent/v1-3-release-runtime branch July 23, 2026 21:32

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b0b765bcf0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
Comment on lines +13 to +14
- uses: actions/checkout@v7
- uses: actions/setup-python@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin actions to published major tags

In the inspected CI and Release workflows, actions/checkout does not publish a v7 tag, so GitHub Actions cannot resolve this step and each affected job stops before any repository checks run. The same update also introduces unpublished majors for several other official actions, including setup-python@v7, setup-node@v7, upload-artifact@v7, and download-artifact@v8; pin these references to their actual published Node 24-compatible majors.

Useful? React with 👍 / 👎.

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.

1 participant