I keep an inventory of 5V sensors for Arduino projects: relay modules, PIR, ping modules, displays , etc..
In using those sensors for Raspberry Pi Pico and Raspberry Pi, I double check that I'm not overloading the 5V supply, and pull out a level shifter module or voltage divider resistors for scaling the sensor output signal.
In doing my latest project, I stumbled across an MH-SR602 PIR module with an input voltage of 3.3 - 15V.
Altho I have SR501s and SR505s on hand, they need 5V , and alto the output is spec'd for 3.3V, I have measured the outputs at 3.6V and so still use some attenuation of the output signal wired back to an RPi.
The SR602 can work with both Arduino & RPi platforms.
Are there any other new sensors available that work equally well with Arduino and RPi Pico without adding support HW around them ?