Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/dependency-review-action action minor v4.7.3 -> v4.8.0 age adoption passing confidence
github.com/aperturerobotics/starpc require digest df418ca -> faadf02
github.com/libp2p/go-libp2p require minor v0.43.0 -> v0.44.0 age adoption passing confidence
github.com/pion/webrtc/v4 require patch v4.1.4 -> v4.1.5 age adoption passing confidence
github.com/quic-go/quic-go require minor v0.54.0 -> v0.55.0 age adoption passing confidence
github/codeql-action action major v3.30.3 -> v4.30.7 age adoption passing confidence
golang.org/x/crypto require minor v0.42.0 -> v0.43.0 age adoption passing confidence
typescript (source) devDependencies patch 5.9.2 -> 5.9.3 age adoption passing confidence

Release Notes

actions/dependency-review-action (actions/dependency-review-action)

v4.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.8.0

v4.7.4

Compare Source

libp2p/go-libp2p (github.com/libp2p/go-libp2p)

v0.44.0

Compare Source

Highlights

Address Pipeline:
  • Observed Address Manager has been moved out of identify to its own package, github.com/libp2p/go-libp2p/p2p/host/obsaddrs
  • ⚠️ Identify Service doesn't support the DisableObservedAddrManager Option. The top level libp2p option DisableIdentifyAddressDiscovery works as it used to.

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.43.0...v0.44.0

pion/webrtc (github.com/pion/webrtc/v4)

v4.1.5

Compare Source

Changelog

  • 0575dfb Add interface for getting media-playout stats
  • bf15721 Update module github.com/pion/transport/v3 to v3.0.8
  • 041211f Update module github.com/pion/interceptor to v0.1.41
  • 706c75b Update module github.com/pion/srtp/v3 to v3.0.8
  • 43976dc Update CI configs to v0.11.29
  • e0181e9 Update TestPeerConnection_SessionID to run on WASM
  • 5a0e56e Prefer makezero with a cap
  • 9acbc66 Cleanup statsGetter after peer is closed
  • 4c1261f Add inbound-rtp stats
  • 370412f Improve code cov
  • 7f1ab45 Remove unused file
  • 39d1b3c Apply go modernize suggestions
  • 781ff73 Create examples/data-channels-detach-create
  • f5fd0fa Update dependency @​roamhq/wrtc to v0.9.1
  • 6ef2888 Fix RTPSender.SetReadDeadline crash
  • 634a904 Fire OnBufferedAmountLow in a goroutine
  • 1527bfa Allow IVFWriter Framerate to be modified
  • cf7625d Allow IVFWriter Width/Height to be modified
  • 882f699 Update actions/setup-node action to v5
  • e9efed4 Fix trailing space in rtcp-fb with no Parameter
  • 457679c Update module github.com/pion/rtp to v1.8.22
  • 3bb8fce Update module github.com/pion/sdp/v3 to v3.0.16
  • 4eebb3e Update actions/checkout action to v5
  • 5b098de Update CI configs to v0.11.26
  • cda9130 Update CI configs to v0.11.25
  • e7183f9 Update CI configs to v0.11.24
  • c376d0e Match codec order of remote peer
  • 42b3cfd Update module github.com/stretchr/testify to v1.11.1
  • 2af60a4 Filter unattached RTX when getting codecs
  • 123f138 Update module github.com/stretchr/testify to v1.11.0
  • 4b37165 Tests to ensure proper direction in SDP
  • 6424d85 Consider remote direction in add track
  • 469ca2c Disallow incompatible transceiver directions
  • 2299a71 Add opt control transceiver re-use in recvonly
  • 3e84081 Add partialMatch codecs to transceiver from remote
  • c82d96c Remove RTX codec if no primary
quic-go/quic-go (github.com/quic-go/quic-go)

v0.55.0

Compare Source

This release contains a number of improvements and fixes, and it updates the supported Go versions to 1.24 and 1.25.

Optimizations

When sending packets on a QUIC connection, RFC 9002 requires us to save the timestamp for every packet sent. In #​5344, we implemented a memory-optimized drop-in replacement for time.Time, which reduces the memory required from 24 to 8 bytes, and vastly speeds up timer calculations (which happen very frequently).

New Features

  • Basic connection statistics are now exposed via Conn.ConnectionStats, thanks to @​MarcoPolo
  • On some links, packet reordering can lead to spurious detections of packet loss when using the loss detection logic specified in RFC 9002. #​5355 adds logic detect when packet loss is detected spuriously.

Notable Fixes

  • http3: don't allow usage of closed Transport: #​5324, thanks to @​Glonee
  • http3: fix race in concurrent Transport.Roundtrip calls: #​5323, thanks to @​Glonee
  • improve and fix connection timer logic: #​5339, thanks to @​sukunrt for a very comprehensive code review

Behind the Scenes

We have started transitioning tests to make use of the new synctest package that was added in Go 1.25 (and was available as a GOEXPERIMENT in Go 1.24): #​5291, #​5296, #​5298, #​5299, #​5302, #​5304, #​5305, #​5306, #​5317. This is a lot of work, but it makes the test execution both faster and more reliable.

Changelog

New Contributors

Full Changelog: quic-go/quic-go@v0.54.0...v0.55.0

v0.54.1

Compare Source

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

v4.30.7

Compare Source

v3.30.7

Compare Source

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.

microsoft/TypeScript (typescript)

v5.9.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

socket-security bot commented Sep 16, 2025

@renovate renovate bot changed the title fix(deps): update all dependencies to v0.39.9 fix(deps): update all dependencies to v0.39.9 - autoclosed Sep 18, 2025
@renovate renovate bot closed this Sep 18, 2025
@renovate renovate bot deleted the renovate/all branch September 18, 2025 22:53
@renovate renovate bot changed the title fix(deps): update all dependencies to v0.39.9 - autoclosed fix(deps): update all dependencies to v0.39.9 Sep 21, 2025
@renovate renovate bot reopened this Sep 21, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies to v0.39.9 fix(deps): update github.com/aperturerobotics/starpc digest to 2993b8b Sep 21, 2025
@renovate renovate bot changed the title fix(deps): update github.com/aperturerobotics/starpc digest to 2993b8b fix(deps): update github.com/aperturerobotics/starpc digest to faadf02 Sep 22, 2025
@renovate renovate bot changed the title fix(deps): update github.com/aperturerobotics/starpc digest to faadf02 fix(deps): update all dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4ac37a2 to db0e224 Compare September 30, 2025 23:12
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ed495fa to ab2ef6d Compare October 4, 2025 00:47
Copy link
Contributor Author

renovate bot commented Oct 4, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/pion/interceptor v0.1.40 -> v0.1.41
github.com/pion/rtp v1.8.21 -> v1.8.22
github.com/pion/srtp/v3 v3.0.7 -> v3.0.8
github.com/pion/transport/v3 v3.0.7 -> v3.0.8
golang.org/x/net v0.44.0 -> v0.45.0
golang.org/x/sys v0.36.0 -> v0.37.0

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f5565ac to 7990640 Compare October 8, 2025 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants