Skip to content

build: update all github actions - #3902

Merged
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-github-actions
Aug 6, 2026
Merged

build: update all github actions#3902
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-github-actions

Conversation

@angular-robot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github/codeql-action action patch v4.37.4v4.37.6
pnpm/action-setup action patch v6.0.9v6.0.10

  • If you want to rebase/retry this PR, check this box

Release Notes

github/codeql-action (github/codeql-action)

v4.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v4.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061
pnpm/action-setup (pnpm/action-setup)

v6.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6...v6.0.10

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Aug 6, 2026

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates the pnpm/action-setup GitHub Action version from v6.0.9 to v6.0.10. The feedback suggests migrating to the successor action pnpm/setup and highlights an existing issue where cache_dependency_path is incorrectly configured with underscores instead of hyphens, causing the input to be ignored.


- if: steps.packageManager.outputs.PACKAGE_MANAGER == 'pnpm'
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The pnpm/action-setup action is now deprecated in favor of its successor, pnpm/setup. Consider migrating to pnpm/setup for long-term support and compatibility with future pnpm releases.\n\nAdditionally, the input name for the cache dependency path is cache-dependency-path (with hyphens), but it is currently configured as cache_dependency_path (with underscores) in the with block. This causes the input to be ignored by the action. It should be updated to use hyphens.

@alan-agius4
alan-agius4 merged commit c70d673 into angular:main Aug 6, 2026
17 checks passed
@alan-agius4

Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot
angular-robot deleted the ng-renovate/all-github-actions branch August 6, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants