chore(deps): bump actions/cache from 5 to 6 - #1261
Closed
dependabot[bot] wants to merge 5733 commits into
Closed
Conversation
…esh log_type DB from iOS/macOS 27
… TUI Builds on the JetsamEvent (298) + log_type-DB work with a broad crashlog overhaul: - refactor: dispatch report rendering through a registry (report.go); each crash-log family registers its renderer from its own file, and a golden-output oracle pins rendering so refactors stay behavior-neutral. - feat: parse Microstackshots resource reports (145 SymptomsIO, 202 CPU usage) and symbolicate their heaviest stacks against a DSC (arg/IPSW or Xcode DeviceSupport). - refactor: migrate the Bubble Tea ecosystem (bubbletea/bubbles/lipgloss) to v2. - feat: browse a sysdiagnose .tar.gz/dir of crash reports in a two-mode Bubble Tea TUI (full-screen list -> full-screen scrollable report), with a pop-up hint and optional DSC symbolication. - feat: parse ExcUserFault (308, reuses the 309 renderer), OTASUpdate (183, log + restore_error cause), and AMTStreamingStall (241, deflate ABRTrace summary). - fix: harden every parser against panics and Apple format drift (tolerant Timestamp/BinaryImage/PanicFrame unmarshalers, bounds-checked indexing, nil-safe panic state), verified by an adversarial review pass.
…DSC match) - Sysdiagnose browser: pass the full Config (--running/--unslide/--dsc-slide/ --kc-slide/--demangle/--hex) instead of a reduced one, so reports render with the same options as symbolicating the .ips directly. - crashFrameAddr: 308 ExcUserFault ships compact usedImages (base/source/uuid, no name) with no sharedCache block; give such frames a real name (path base, "dyld_shared_cache" for source S/C, procName for the process image, else short UUID) and recognize source S/C as DSC frames so --dsc-slide works. - openMicrostackshotDSC: select the Xcode DeviceSupport cache whose UUID matches the report's Shared Cache, and warn when a supplied/auto cache doesn't match, so image+offset symbolication doesn't resolve against the wrong cache.
The 308 fix used the per-image base as the cache base for --dsc-slide rebasing, which is wrong for source "C" (a shared-cache *library*): addr = DSCSlide + (addr - img.Base) collapsed to DSCSlide + imageOffset and dropped the library's offset within the cache, so different cached dylibs at the same frame offset rendered to the same address. Add sharedCacheBase() to derive the cache base from the sharedCache block or the source-"S" whole-cache image, and rebase only when it's known. source "S" (img.Base == cache base) is unaffected; a "C" frame now preserves its offset-in-cache. Test covers the C-frame case.
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
blacktop
force-pushed
the
dependabot/github_actions/actions/cache-6
branch
from
June 24, 2026 20:51
d36c0b3 to
0a993b5
Compare
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/cache from 5 to 6.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesb9bf592Update documentation for v6 release80f7777Update packages, migrate to ESMDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)