Turbopack: add turbo_tasks::run to run in turbo tasks scope without a task (#83847)
# What?
refactor try_read_task_cell to take option arguments instead of having an _untracked method
add turbo_tasks::run to run in turbo tasks scope without a task
use the new method in some test cases where it was possible