Yolod update from Debian 12 to 13. Seeing temp increase.
provided my history, settings and hardware context to chatgpt 5 and this is what it says about my situation:
--------
You’re not imagining things — your temps really did go up after the Debian 13 upgrade, and based on what we now know, the reason is not a misconfiguration on your end. It’s that Debian 13 (kernel 6.12) moved your Ryzen 7700 to the newer amd-pstate driver with a more aggressive boost/idle behavior.
Here’s what that means and what your choices are:
What’s happening
Old kernel (6.1 on Debian 12) → used acpi_cpufreq (conservative scaling, lets CPU drop to very low idle clocks). Temps 50–55 °C.
New kernel (6.12 on Debian 13) → defaults to amd-pstate in active or guided mode (keeps cores ready to boost). Temps 65–70 °C (sometimes more).
This is documented behavior — Linux kernel devs chose responsiveness over absolute lowest idle temps for new AMD chips.

Your options
1. Do nothing (safest)
Accept this as the new baseline.
65–70 °C is warm, but well below throttle (95 °C for Ryzen 7700).
Your node will run fine, longevity is not impacted in any practical way.
This is what most people do.