Skip to content

ci(deps): bump the actions group with 6 updates and fix v3 inputs#5570

Merged
devalog merged 1 commit into
mainfrom
devin/1779295979-bump-actions-with-fix
May 20, 2026
Merged

ci(deps): bump the actions group with 6 updates and fix v3 inputs#5570
devalog merged 1 commit into
mainfrom
devin/1779295979-bump-actions-with-fix

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Summary

Re-applies the dependency bumps from #5546 (which was reverted in #5558) and fixes the breaking change that caused the preview workflow failure.

Dependency bumps:

  • actions/github-script: v8 → v9.0.0
  • actions/checkout: v5 → v6.0.2
  • actions/upload-artifact: v6 → v7.0.1
  • actions/setup-node: v5 → v6.4.0
  • thollander/actions-comment-pull-request: v2.4.3 → v3.0.1
  • actions/setup-python: v5 → v6.2.0

Fix: thollander/actions-comment-pull-request v3 renamed its inputs:

  • filePathfile-path
  • comment_tagcomment-tag

The original dependabot bump updated the action version but didn't update the input names, which broke the preview workflow.

Review & Testing Checklist for Human

  • Merge the PR and verify the preview workflow runs successfully on the next PR (the Post PR comment step should no longer error)
  • Verify other workflows (check-links, fern-scribe, publish-docs, etc.) still function correctly after the action bumps

Notes

  • No require('@actions/github') usage was found in the workflows, so the actions/github-script v9 breaking change does not apply here.
  • The preview workflow is the only workflow using thollander/actions-comment-pull-request, so it was the only file needing the input rename fix.

Link to Devin session: https://app.devin.ai/sessions/da3a883792b741c2abf0a9f8324522ae
Requested by: @devalog

Bumps:
- actions/github-script: v8 → v9.0.0
- actions/checkout: v5 → v6.0.2
- actions/upload-artifact: v6 → v7.0.1
- actions/setup-node: v5 → v6.4.0
- thollander/actions-comment-pull-request: v2.4.3 → v3.0.1
- actions/setup-python: v5 → v6.2.0

Fixes thollander/actions-comment-pull-request v3 breaking changes:
- filePath → file-path
- comment_tag → comment-tag

Co-Authored-By: Devin Logan <devinannlogan@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Copy Markdown
Contributor

@devalog devalog merged commit 3791855 into main May 20, 2026
4 checks passed
@devalog devalog deleted the devin/1779295979-bump-actions-with-fix branch May 20, 2026 17:00
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