Skip to content

fix(deps): update all dependencies#746

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#746
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/runner minor 2.332.02.333.0 age confidence
github.com/aws/aws-sdk-go-v2/service/ec2 require minor v1.294.0v1.296.0 age confidence
github.com/aws/aws-sdk-go-v2/service/ecs require minor v1.73.1v1.74.0 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 require minor v1.96.4v1.97.1 age confidence
github.com/fatih/color indirect minor v1.18.0v1.19.0 age confidence
github.com/golangci/gofmt indirect digest d62b90ee7be49a age confidence
github.com/pulumi/esc indirect minor v0.22.0v0.23.0 age confidence
github.com/pulumi/pulumi-aws/sdk/v7 require minor v7.21.0v7.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/network/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 require minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/v3 indirect minor v3.15.0v3.16.0 age confidence
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.27.0v4.28.0 age confidence
github.com/pulumi/pulumi/sdk/v3 require minor v3.225.1v3.227.0 age confidence
github.com/ryanrolds/sqlclosecheck indirect minor v0.5.1v0.6.0 age confidence
github.com/securego/gosec/v2 indirect minor v2.24.7v2.25.0 age confidence
gitlab-org/gitlab-runner minor 18.9.018.10.0 age confidence
go.opentelemetry.io/collector/featuregate indirect minor v1.53.0v1.54.0 age confidence
go.opentelemetry.io/collector/pdata indirect minor v1.53.0v1.54.0 age confidence
go.opentelemetry.io/proto/otlp indirect minor v1.9.0v1.10.0 age confidence
golang.org/x/crypto indirect minor v0.48.0v0.49.0 age confidence
golang.org/x/exp require digest 3dfff047ab1446 age confidence
golang.org/x/exp/typeparams indirect digest 3dfff047ab1446 age confidence
golang.org/x/mod indirect minor v0.33.0v0.34.0 age confidence
golang.org/x/mod require minor v0.33.0v0.34.0 age confidence
golang.org/x/net indirect minor v0.51.0v0.52.0 age confidence
golang.org/x/term indirect minor v0.40.0v0.41.0 age confidence
golang.org/x/text indirect minor v0.34.0v0.35.0 age confidence
golang.org/x/tools indirect minor v0.42.0v0.43.0 age confidence
google.golang.org/genproto/googleapis/api indirect digest a57be14d00831a age confidence
google.golang.org/genproto/googleapis/rpc indirect digest a57be14d00831a age confidence
k8s.io/kube-openapi indirect digest 5b3e3fd5883c5e age confidence
k8s.io/utils indirect digest b8788ab28399d8 age confidence
pulumi/pulumi minor 3.225.13.227.0 age confidence
pulumi/pulumi-aws minor v7.21.0v7.23.0 age confidence
pulumi/pulumi-azure-native minor v3.15.0v3.16.0 age confidence
pulumi/pulumi-gitlab minor v9.9.0v9.10.0 age confidence
registry.access.redhat.com/ubi9/go-toolset stage digest 71101fd8b211cc
registry.access.redhat.com/ubi9/ubi final digest cecb1cd05fa010

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/runner (actions/runner)

v2.333.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/runner@v2.332.0...v2.333.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-win-x64-2.333.0.zip -OutFile actions-runner-win-x64-2.333.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.333.0.zip", "$PWD")

Windows arm64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-win-arm64-2.333.0.zip -OutFile actions-runner-win-arm64-2.333.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.333.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-osx-x64-2.333.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-x64-2.333.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-osx-arm64-2.333.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.333.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-x64-2.333.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-x64-2.333.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-arm64-2.333.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.333.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-arm-2.333.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm-2.333.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.333.0.zip 7176d0c4b674d4108b515503a53b4bc9eeab9339c645e274a97c142fe1c64b95
  • actions-runner-win-arm64-2.333.0.zip a84e324e0c46b983a5eeb517260aee14e4fbb13968371f7b269da62c8639186d
  • actions-runner-osx-x64-2.333.0.tar.gz 2b0ba7df7be9b9c36b4b86c19539b3a8be027ce926610b71606a6e445197094b
  • actions-runner-osx-arm64-2.333.0.tar.gz d92ea082bede9616120800b0e4a09f1aa209c922ade05d59bc3ee7c4de56f73c
  • actions-runner-linux-x64-2.333.0.tar.gz 7ce6b3fd8f879797fcc252c2918a23e14a233413dc6e6ab8e0ba8768b5d54475
  • actions-runner-linux-arm64-2.333.0.tar.gz b5697062a13f63b44f869de9369638a7039677b9e0f87e47a6001a758c0d09bf
  • actions-runner-linux-arm-2.333.0.tar.gz 370383a927b3fb61f5b892e0f87eda277b6826eec3dbd17d320f8a472560cec8
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)

v1.296.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/batch: v1.62.0
    • Feature: AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.15.0
    • Feature: This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.24.0
    • Feature: Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.296.0
    • Feature: Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization.
  • github.com/aws/aws-sdk-go-v2/service/observabilityadmin: v1.11.0
    • Feature: Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.56.0
    • Feature: Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously.

v1.295.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.295.0
    • Feature: The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.89.0
    • Feature: This update adds additional bitrate options for Dolby AC-4 audio outputs.
fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

pulumi/esc (github.com/pulumi/esc)

v0.23.0

Compare Source

Improvements
  • Add warning in CLI when using an ambiguous 2-part environment ref
    #​622

  • Add support for fn::final built-in function that marks values as final and unable to be overwritten.
    #​621

Bug Fixes
Breaking changes
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v7)

v7.23.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.22.0...v7.23.0

v7.22.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.21.0...v7.22.0

pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/compute/v3)

v3.16.0

Compare Source

pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)

v4.28.0

Compare Source

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.227.0

Compare Source

3.227.0 (2026-03-19)

Features
  • [engine] The engine will fill in Name and Type for ResourceReference values on the wire protocol
    #​22208

  • [sdk/bun] Add support for running policy packs with bun
    #​22206

  • [cli/policy] Auto-install missing policy analyzer plugins
    #​22196

  • [sdk/python] Add lock file detection for picking the Python toolchain
    #​22234

Bug Fixes
  • [cli] Use distinct exit codes for different types of error
    #​22205

  • [cli] Improve SAML SSO reauthorization error message

  • [engine] Fix snapshot integrity error in refresh v2 with changed parents
    #​22190

  • [pcl] Continue running after errors when running with --continue-on-error
    #​22171

  • [pcl] Deprecate labels on package blocks
    #​22253

  • [programgen] Preserve traversal parts in rewriteRelativeTraversalExpression
    #​22249

  • [sdk/bun] Check for an SDK version compatible with bun
    #​22262

  • [programgen/nodejs] Correctly generate for expressions
    #​22219

  • [sdk/go] Add support for Azure DevOps git URLs in pulumi package publish code paths
    #​22217

  • [programgen/python] Correctly generate list & dictionary comprehension in Python code
    #​22182

Miscellaneous
  • [backend] Move CloudConsoleURL from httpstate to httpstate/client
    #​22258

  • [docs] Move remaining content from /developer-docs to /docs
    #​22225

  • [sdk/bun] Add a test for the function serialization error message when using bun
    #​22207

  • [sdk/bun] Run policy language tests for bun
    #​22209

  • [sdk/bun] Mark pulumi-language-bun as a bundled plugin
    #​22265

  • [sdk/{bun,nodejs}] Use defaultErrorMessage in run-plugin and run-policy-pack
    #​22210

v3.226.0

Compare Source

3.226.0 (2026-03-11)

Features
  • [backend/service] Automatically repair snapshot integrity issues, while sending an error event to the backend for further diagnosis
    #​22179

  • [cli] Add a --otel-traces flag, that allows writing otel traces to a file, or directly to a grpc interface
    #​22129

  • [engine] Engine will use provider references from __self__ arguments to calls
    #​22114

  • [sdk/bun] Support bun as a runtime
    #​22177
    #​22049

  • [sdk/bun] Add debugger support for the bun runtime
    #​22177

  • [sdk/bun] Add support for Bun as a plugin runtime
    #​22189

Bug Fixes
  • [engine] Fix ReplacementTrigger firing due to dependency changes
    #​22119

  • [engine] Correctly serialize output values to the snapshot rather than always recording them as computed even when known
    #​22120

  • [pcl] Support resource ranges in PCL
    #​22144

  • [cli/config] Include environments used when refreshing a stack's config
    #​22103

  • [cli/display] Fix pulumi destroy not showing parent resource hierarchy
    #​22148

  • [cli/package] Correctly parse package URLs with .git in them
    #​22174

  • [cli/plugin] Fix package get-schema for binary providers at relative paths
    #​22107

  • [sdk/python] Handle null detailedDiff in automation StepEventMetadata JSON parsing
    #​22140

  • [cli/state] Fix state move integrity errors when copied providers depend on resources left in source stack
    #​22141

Miscellaneous
  • [cli/about] Show bun information in pulumi about
    #​22121

  • [programgen/go] Target go 1.25 for generated go.mod files (instead of go 1.23)
    #​22070

  • [sdkgen/go] Target go 1.25 for generated go.mod files for SDKs (instead of go 1.20)
    #​22131

  • [sdk/python] Read Poetry and uv lockfiles to determine program dependencies
    #​22072

  • [sdk/python] Use importlib to find pulumi-plugin.json for installed packages
    #​22127

ryanrolds/sqlclosecheck (github.com/ryanrolds/sqlclosecheck)

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: ryanrolds/sqlclosecheck@v0.5.1...v0.6.0

securego/gosec (github.com/securego/gosec/v2)

v2.25.0

Compare Source

Changelog

gitlab-org/gitlab-runner (gitlab-org/gitlab-runner)

v18.10.0

Compare Source

New features
  • Upgrade step-runner to v0.30.0 !6441
  • Add volume_keep option to Docker executor !6490
  • Ensure subprocess termination if GitLab Runner exits on Windows !6500 (Ilan Godik @​NightRa)
  • Update policy-related logs to be more generic !6445
  • Docker+machine: add shutdown drain for idle machines !6330
  • Support environment variable expansion in runner token and URL !6068
  • Add artifact upload timeouts !5900
  • Teach runner how to set pod-level resources for build pods !5922 (Stéphane Talbot @​stalb)
  • Add support for interactive web terminal in docker for PowerShell and Pwsh !6363 (Pishel65 @​pishel65)
  • Add install instructions for the step-runner !6420
  • Build gitlab-runner-windows-arm64 executable !6495 (Bruno @​brunvonlope)
Bug fixes
  • Fix failing tests for autoscaler due to taskscaler udpate !6434
  • [Commander]: Fix process handle leak when using Windows Jobs !6498 (Ilan Godik @​NightRa)
  • Bump runner images version !6429
  • Fix proxy-mask credential store file permissions on Unix !6510
  • Runner-wrapper: buffer errCh to avoid goroutine leak on shutdown !6337 (Emmanuel 326 @​Emmanuel326)
  • Force authenticated calls to Gitaly on public projects !6444
  • Add helpful error message for S3 403 Forbidden in cache extractor !6472
  • Fix non-latin-1 string error when uploading artifact !6487
  • Avoid breaking change when script syntax is invalid when no inputs used !6417
  • Upgrade gitlab.com/gitlab-org/moa to fix unmatched template expressions !6513
Maintenance
  • Go: Update module github.com/Azure/azure-sdk-

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
Copy link
Contributor Author

renovate bot commented Mar 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/go.sum
Command failed: go get -t ./...
go: downloading github.com/golangci/golangci-lint/v2 v2.11.2
go: downloading github.com/fatih/color v1.19.0
go: downloading github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d
go: downloading github.com/securego/gosec/v2 v2.25.0
go: downloading github.com/sonatard/noctx v0.5.0
go: downloading github.com/ryanrolds/sqlclosecheck v0.6.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20260312153236-7ab1446f8b90
go: github.com/redhat-developer/mapt/tools imports
	github.com/golangci/golangci-lint/v2/cmd/golangci-lint imports
	github.com/golangci/golangci-lint/v2/pkg/commands imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters/gofmt imports
	github.com/golangci/gofmt/gofmt: cannot find module providing package github.com/golangci/gofmt/gofmt

@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 5f5594e to 8d662fb Compare March 20, 2026 10:37
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.

0 participants