Skip to content

chore(deps): update all non-major dependencies#144

Merged
finn-block merged 1 commit into
mainfrom
renovate/all-minor-patch
Dec 16, 2025
Merged

chore(deps): update all non-major dependencies#144
finn-block merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action minor v4.2.2 -> v4.3.1 age confidence
actions/create-github-app-token action minor v2.0.6 -> v2.2.1 age confidence
github/codeql-action action minor v3.28.18 -> v3.31.9 age confidence
googleapis/release-please-action action minor v4.2.0 -> v4.4.0 age confidence
ossf/scorecard-action action patch v2.4.1 -> v2.4.3 age confidence
typescript (source) dependencies minor 5.8.3 -> 5.9.3 age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/create-github-app-token (actions/create-github-app-token)

v2.2.1

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 2 updates (#​311) (b212e6a)

v2.2.0

Compare Source

Bug Fixes
Features

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#​254) (f3d5ec2)

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

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

v3.31.9

Compare Source

v3.31.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.8 - 11 Dec 2025
  • Update default CodeQL bundle version to 2.23.8. #​3354

See the full CHANGELOG.md for more information.

v3.31.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v3.31.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v3.31.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.3 - 13 Nov 2025

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

v3.31.2

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.0 - 24 Oct 2025
  • Bump minimum CodeQL bundle version to 2.17.6. #​3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #​3222

See the full CHANGELOG.md for more information.

v3.30.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

v3.30.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #​3168

See the full CHANGELOG.md for more information.

v3.30.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

v3.30.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #​3077

See the full CHANGELOG.md for more information.

v3.30.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054

See the full CHANGELOG.md for more information.

v3.29.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #​3044

See the full CHANGELOG.md for more information.

v3.29.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.10 - 18 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.9 - 12 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.8 - 08 Aug 2025

  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #​3015

See the full CHANGELOG.md for more information.

v3.29.7

Compare Source

This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.

v3.29.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.6 - 07 Aug 2025

  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #​2999
  • Update default CodeQL bundle version to 2.22.3. #​3000

See the full CHANGELOG.md for more information.

v3.29.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #​2986

See the full CHANGELOG.md for more information.

v3.29.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.4 - 23 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.3 - 21 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935

See the full CHANGELOG.md for more information.

v3.29.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #​2938
  • Update default CodeQL bundle version to 2.22.1. #​2950

See the full CHANGELOG.md for more information.

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.21

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.21 - 28 July 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.20

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.20 - 21 July 2025

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

googleapis/release-please-action (googleapis/release-please-action)

v4.4.0

Compare Source

Features
  • add ability to select versioning-strategy and release-as (#​1121) (ee0f5ba)
Bug Fixes
  • changelog-host parameter ignored when using manifest configuration (#​1151) (535c413)
  • bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#​1149) (3612a99)
  • bump release-please from 17.1.2 to 17.1.3 (#​1158) (66fbfe9)

v4.3.0

Compare Source

Features
  • deps: update release-please to 17.1.2 (f07192c)
ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update ossf/scorecard-action action to v2.4.2 chore(deps): update all non-major dependencies Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cb2ab6a to a29778c Compare June 3, 2025 16:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a29778c to 20b69c4 Compare June 12, 2025 00:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3900bbb to a3da3bc Compare June 30, 2025 13:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7620ec4 to 0263928 Compare July 23, 2025 16:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2bfc041 to 938ed42 Compare July 31, 2025 18:50
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 31, 2025
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16657407174 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 938ed42 to d14002c Compare August 7, 2025 16:26
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 7, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16810152999 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d14002c to cbb95b6 Compare August 7, 2025 21:46
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 7, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16816570154 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cbb95b6 to e9bf887 Compare August 8, 2025 14:13
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 8, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16832606549 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e9bf887 to e2e08b5 Compare August 9, 2025 00:52
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 9, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16843461982 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e2e08b5 to 56cbe7e Compare August 11, 2025 12:27
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16879993117 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 56cbe7e to 526cbb6 Compare August 11, 2025 18:33
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16888852621 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 526cbb6 to 63ec775 Compare August 12, 2025 10:48
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #16906598187 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 63ec775 to 5152d49 Compare August 18, 2025 15:06
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #17044522100 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5152d49 to 2d6c0b0 Compare August 20, 2025 23:54
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19349589217 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from addb5aa to 80c7c21 Compare November 17, 2025 23:15
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19447834628 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 80c7c21 to fbbaeef Compare November 18, 2025 22:26
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19482497607 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fbbaeef to d5f183d Compare November 19, 2025 13:08
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19502408146 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d5f183d to cfcab99 Compare November 22, 2025 02:06
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19588602850 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cfcab99 to 96b0057 Compare November 24, 2025 13:00
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19635185259 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 96b0057 to a3c59f5 Compare November 26, 2025 17:36
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19712528530 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a3c59f5 to 40bee13 Compare December 1, 2025 10:56
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 1, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19820196751 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 40bee13 to 5be34bf Compare December 6, 2025 02:36
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 6, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #19981650307 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5be34bf to ec825a4 Compare December 9, 2025 13:54
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 9, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #20065929901 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ec825a4 to f232b1e Compare December 12, 2025 14:08
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #20169311329 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f232b1e to 5f57b0a Compare December 16, 2025 21:28
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #20283303729 / attempt 1)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f57b0a to 17bea43 Compare December 16, 2025 23:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 17bea43 to ceda3ea Compare December 16, 2025 23:24
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-144

(execution #20286083792 / attempt 1)

@finn-block finn-block merged commit c77c19f into main Dec 16, 2025
3 of 5 checks passed
@github-project-automation github-project-automation Bot moved this from 🆕 New to ✅ Done in Open Source Program Office Dec 16, 2025
@renovate renovate Bot deleted the renovate/all-minor-patch branch December 16, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant