Skip to content

CCM-18143: Updating_Github_Actions#206

Open
damientobin1 wants to merge 3 commits into
mainfrom
feature/CCM-18143_deprecated_github_actions
Open

CCM-18143: Updating_Github_Actions#206
damientobin1 wants to merge 3 commits into
mainfrom
feature/CCM-18143_deprecated_github_actions

Conversation

@damientobin1
Copy link
Copy Markdown
Contributor

Description

Updating deprecated 3rd party github actions to versions that support node24

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@damientobin1 damientobin1 requested a review from Copilot May 22, 2026 10:51
Copy link
Copy Markdown

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

This PR updates pinned GitHub Actions (and one third-party action) to newer versions to address Node.js 24 runtime deprecations in GitHub Actions, keeping CI/CD workflows and composite actions compatible with the hosted runner environment.

Changes:

  • Bump actions/download-artifact used in the publish stage workflow.
  • Bump actions/checkout in the Scorecard workflow and peter-evans/create-pull-request in the scheduled template sync workflow.
  • Bump several actions used by the build-docs composite action (setup-node, setup-ruby, configure-pages, upload-pages-artifact).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/stage-5-publish.yaml Updates artifact download action pin used during release publishing.
.github/workflows/scorecard.yml Updates checkout action pin for the Scorecard analysis workflow.
.github/workflows/scheduled-repository-template-sync.yaml Updates the pinned create-pull-request action used by the scheduled template sync job.
.github/actions/build-docs/action.yml Updates action pins used to build and package Jekyll docs artifacts.

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

Copy link
Copy Markdown

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

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

Comment on lines 25 to 29
- name: Create Pull Request
if: ${{ !env.ACT }}
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
@damientobin1 damientobin1 marked this pull request as ready for review May 22, 2026 12:57
@damientobin1 damientobin1 requested a review from a team as a code owner May 22, 2026 12:57
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