Skip to content

upgrades the action to latest version to fix the nodejs deprecate warning#7315

Merged
sachin-sandhu merged 2 commits intomainfrom
ssandhu/upgrade-github-actions
Apr 7, 2026
Merged

upgrades the action to latest version to fix the nodejs deprecate warning#7315
sachin-sandhu merged 2 commits intomainfrom
ssandhu/upgrade-github-actions

Conversation

@sachin-sandhu
Copy link
Copy Markdown
Contributor

This pull request updates GitHub Actions workflow dependencies to use the latest versions, improving security and compatibility. The main changes are upgrades to the actions/checkout and actions/stale actions across several workflow files.

Workflow dependency upgrades:

  • Upgraded actions/checkout from version v4 to v6 in .github/workflows/create_staging_branch.yaml to ensure the workflow uses the latest features and security patches.
  • Upgraded actions/checkout from version v4 to v6 in .github/workflows/delete_staging_and_head_branches.yaml for consistency and improved support.
  • Updated actions/stale from version v9.0.0 to v10 in .github/workflows/stale.yaml to take advantage of recent improvements and fixes.

Copilot AI review requested due to automatic review settings April 7, 2026 15:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflow dependencies to newer action versions to address Node.js deprecation warnings and keep workflows current.

Changes:

  • Upgraded actions/stale from v9.0.0 to v10 in the stale PR cleanup workflow.
  • Upgraded actions/checkout from v4 to v6 in the staging-branch creation and cleanup workflows.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/stale.yaml Updates stale action version used to mark/close inactive PRs.
.github/workflows/delete_staging_and_head_branches.yaml Updates checkout action version used before deleting branches.
.github/workflows/create_staging_branch.yaml Updates checkout action version used before creating/pushing a staging branch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sachin-sandhu sachin-sandhu merged commit a78785a into main Apr 7, 2026
2 of 3 checks passed
@sachin-sandhu sachin-sandhu deleted the ssandhu/upgrade-github-actions branch April 7, 2026 16:15
@sachin-sandhu sachin-sandhu self-assigned this Apr 7, 2026
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.

2 participants