Skip to content

chore(deps): update github actions updates#1526

Merged
mikepenz merged 2 commits into
mainfrom
renovate/github-actions-updates
Mar 27, 2026
Merged

chore(deps): update github actions updates#1526
mikepenz merged 2 commits into
mainfrom
renovate/github-actions-updates

Conversation

@mikepenz

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v4.34.1v4.35.1
renovatebot/github-action action patch v46.1.5v46.1.6

Release Notes

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

v4.35.1

Compare Source

v4.35.0

Compare Source

renovatebot/github-action (renovatebot/github-action)

v46.1.6

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.5 (f73dab3)
Miscellaneous Chores
  • deps: update actions/cache action to v5.0.4 (5d78527)
  • deps: update commitlint monorepo to v20.4.4 (797b143)
  • deps: update commitlint monorepo to v20.5.0 (1f1c4d0)
  • deps: update dependency esbuild to v0.27.4 (f5e1677)
  • deps: update dependency lint-staged to v16.3.3 (a40b316)
  • deps: update dependency lint-staged to v16.3.4 (db5bf53)
  • deps: update dependency lint-staged to v16.4.0 (24e6832)
  • deps: update dependency typescript-eslint to v8.57.0 (5c3cd2d)
  • deps: update pnpm to v10.32.0 (f8ce6e7)
  • deps: update pnpm to v10.32.1 (75912db)
Build System
  • deps: lock file maintenance (f21c5d7)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.3 (c2bf9c6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.4 (85642ee)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.5 (5455749)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.0 (85690d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.2 (ac501fb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.3 (0ef243b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.7 (c8dff7c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.8 (79f4351)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.78.0 (8235b3d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.80.0 (d443207)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.82.0 (a397fd4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.83.0 (c026742)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.83.1 (2efa726)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.0 (c7f12c5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.1 (d9cd99e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.2 (72d5379)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.85.0 (12252d0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.86.0 (6bf1d8f)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, 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 has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings March 27, 2026 19:28
@mikepenz mikepenz added dependencies Pull requests that update a dependency file github-actions labels Mar 27, 2026
@github-actions

github-actions Bot commented Mar 27, 2026

Copy link
Copy Markdown
TestsPassed ☑️SkippedFailed ❌️
Example Pytest Report4 ran2 passed0 skipped2 failed
TestResult
Example Pytest Report
test_sample.test_which_succeeds✅ passed
test_sample.test_which_fails❌ failure
test_sample.test_with_error❌ failure
test_sample.test_with_flaky_success✅ passed

@github-actions

github-actions Bot commented Mar 27, 2026

Copy link
Copy Markdown
TestsPassed ☑️Skipped ⚠️Failed ❌️
Example Ungrouped Test Report | test_12.xml3 ran2 passed1 skipped0 failed
Example Ungrouped Test Report | test_11.xml3 ran2 passed0 skipped1 failed
Example Ungrouped Test Report | test_10.xml3 ran3 passed0 skipped0 failed

@github-actions

github-actions Bot commented Mar 27, 2026

Copy link
Copy Markdown
TestsPassed ✅SkippedFailed
Example Nested JUnit Test Report3 ran3 passed0 skipped0 failed
TestResult
Example Nested JUnit Test Report
ABC-0199: XMPP Ping
PingIntegrationTest.pingAsync (Normal)✅ passed
PingIntegrationTest.pingServer (Normal)✅ passed
ABC-0045: Multi-User Chat
MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)✅ passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 dependencies to newer pinned revisions for Renovate and CodeQL workflows.

Changes:

  • Bump renovatebot/github-action from v46.1.5 to v46.1.6 in the Renovate workflow.
  • Bump github/codeql-action from v4.34.1 to v4.35.1 across init/autobuild/analyze in the CodeQL workflow.

Reviewed changes

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

File Description
.github/workflows/renovate.yml Updates Renovate GitHub Action pin to v46.1.6.
.github/workflows/codeql-analysis.yml Updates CodeQL action pins to v4.35.1 for init/autobuild/analyze steps.

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

@mikepenz mikepenz force-pushed the renovate/github-actions-updates branch from 5a18451 to ca31951 Compare March 27, 2026 19:38
@mikepenz mikepenz enabled auto-merge March 27, 2026 19:39
Copilot AI review requested due to automatic review settings March 27, 2026 19:39
@mikepenz mikepenz merged commit 653be4f into main Mar 27, 2026
8 of 15 checks passed
@mikepenz mikepenz deleted the renovate/github-actions-updates branch March 27, 2026 19:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 2 out of 4 changed files in this pull request and generated no new comments.


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants